@perplexdotgg/bounce 1.3.1 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -3
- package/build/bounce.d.ts +2449 -2199
- package/build/bounce.js +568 -625
- package/docs/documentation.md +0 -30
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -21,13 +21,14 @@ Bounce is a fast and determinstic 3D physics library for Typescript and Javascri
|
|
|
21
21
|
|
|
22
22
|
## Community Examples
|
|
23
23
|
|
|
24
|
-
- Bounce + Three.js, vanilla JS example by Mameson: https://mameson.com/experiment/glsl/bounce_example/bounce_example.html (for code just
|
|
24
|
+
- Bounce + Three.js, vanilla JS example by Mameson: https://mameson.com/experiment/glsl/bounce_example/bounce_example.html (for code, just view source, it's very readable)
|
|
25
25
|
|
|
26
26
|
## Credits and Acknowledgments
|
|
27
27
|
|
|
28
28
|
Bounce was created by:
|
|
29
|
-
- Durai Ziyaee -
|
|
30
|
-
- Hamza Kubba -
|
|
29
|
+
- Durai Ziyaee - 90% of the code, physics R&D
|
|
30
|
+
- Hamza Kubba - 10% of the code, funding, direction, project management, QA, website
|
|
31
|
+
- Your name here? - Contributions are welcome!
|
|
31
32
|
|
|
32
33
|
Although Bounce is mostly original code, it is inspired by and draws heavily from:
|
|
33
34
|
- Jolt
|