|
1 |
| -## Physics"R"us ## |
| 1 | +## Physix |
2 | 2 |
|
3 |
| -Physics"R"us is 2D rigid body physics engine and intergrated WYSIWYG editor written in Javascript. |
| 3 | +**Physix** is 2D rigid body physics engine and simulator, written in Javascript. |
4 | 4 |
|
5 | 5 | Features
|
6 | 6 | --------------
|
7 | 7 |
|
8 | 8 | - Iterative impulse based solver
|
| 9 | +- Animated UI(partially) |
9 | 10 | - Constraints/Joints
|
10 | 11 | - SAT collision detection
|
11 |
| -- Supported shapes are circle, segment(thick rounded line segment), convex polygons |
12 | 12 | - Rendering in HTML5 canvas
|
13 | 13 | - Web app look on mobile Safari
|
14 |
| -- Integrated WYSIWYG editor interface |
| 14 | +- Integrated visual editor |
| 15 | +- Other features |
15 | 16 |
|
16 |
| -Todo |
| 17 | +TODO |
17 | 18 | --------------
|
18 | 19 |
|
19 | 20 | - Broad phase collision detection
|
20 | 21 | - CCD (Continuous Collision Detection)
|
21 |
| - |
22 |
| -License |
23 |
| --------------- |
24 |
| - |
25 |
| -(The MIT License) |
26 |
| - |
27 |
| -Copyright (c) 2012 Ju Hyung Lee |
28 |
| - |
29 |
| -Permission is hereby granted, free of charge, to any person obtaining a copy of this software |
30 |
| -and associated documentation files (the "Software"), to deal in the Software without |
31 |
| -restriction, including without limitation the rights to use, copy, modify, merge, publish, |
32 |
| -distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the |
33 |
| -Software is furnished to do so, subject to the following conditions: |
34 |
| - |
35 |
| -The above copyright notice and this permission notice shall be included in all copies or |
36 |
| -substantial portions of the Software. |
37 |
| - |
38 |
| -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING |
39 |
| -BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
40 |
| -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, |
41 |
| -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
42 |
| -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
0 commit comments