Skip to content

Commit 25074e5

Browse files
authored
Update README.md
1 parent 2edd8a1 commit 25074e5

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
# Planck.js
22

3-
Planck.js is JavaScript (TypeScript) rewrite of Box2D physics engine for cross-platform HTML5 game development.
3+
Planck.js is JavaScript/TypeScript rewrite of Box2D physics engine for cross-platform HTML5 game development.
44

55
#### Motivations
66

77
- Taking advantage of Box2D's efforts and achievements
8-
- Developing readable and maintainable JavaScript code
8+
- Developing readable and editable code in JavaScript/TypeScript
9+
- Providing idiomatic JavaScript/TypeScript API
910
- Optimizing the library for web and mobile platforms
10-
- Providing a JavaScript-friendly API
1111

1212
#### [Documentation](https://piqnt.com/planck.js/docs/)
13+
1314
#### [Examples](https://piqnt.com/planck.js/)
15+
1416
#### [Discord](https://discord.com/invite/znjh6J7)
17+
1518
#### [Made with Planck.js](https://github.com/piqnt/planck.js/wiki/)
19+
20+
#### [Report Issues](https://github.com/piqnt/planck.js/issues)
21+
To speed up resolving issues, please provide [testbed](https://piqnt.com/planck.js/docs/testbed) code to reproduce the issue.

0 commit comments

Comments
 (0)