Skip to content

Commit 7c56d3a

Browse files
authored
Update readme.md
1 parent 9f4b818 commit 7c56d3a

File tree

1 file changed

+6
-27
lines changed

1 file changed

+6
-27
lines changed

readme.md

+6-27
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,21 @@
1-
## Physics"R"us ##
1+
## Physix
22

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.
44

55
Features
66
--------------
77

88
- Iterative impulse based solver
9+
- Animated UI(partially)
910
- Constraints/Joints
1011
- SAT collision detection
11-
- Supported shapes are circle, segment(thick rounded line segment), convex polygons
1212
- Rendering in HTML5 canvas
1313
- Web app look on mobile Safari
14-
- Integrated WYSIWYG editor interface
14+
- Integrated visual editor
15+
- Other features
1516

16-
Todo
17+
TODO
1718
--------------
1819

1920
- Broad phase collision detection
2021
- 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

Comments
 (0)