@perplexdotgg/bounce 1.0.4 → 1.0.5

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.
Files changed (2) hide show
  1. package/README.md +8 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,12 @@
2
2
  <h1>Bounce - Premium 3D Physics for the Web</h1>
3
3
  </div>
4
4
 
5
- Bounce provides fast and determinstic 3D physics for Typescript and Javascript projects. Bounce is written in pure Typsescript (no WebAssembly). See the official website at [https://perplex.gg/bounce](https://perplex.gg/bounce) for demos, API and more info.
5
+ Bounce is a fast and determinstic 3D physics library for Typescript and Javascript projects. Bounce is written in pure Typsescript (no WebAssembly).
6
+
7
+ ## Links
8
+
9
+ - Official website with demos, API and more info: https://perplex.gg/bounce
10
+ - Official Bounce + Three.js example (w/ Vite + Typescript): https://codeberg.org/perplexdotgg/bounce-simple-example
6
11
 
7
12
  ## Credits and Acknowledgments
8
13
 
@@ -10,7 +15,7 @@ Bounce was created by:
10
15
  - Durai Ziyaee - 95% of the code, physics R&D
11
16
  - Hamza Kubba - 5% of the code, funding, direction, project management, QA, website
12
17
 
13
- Although Bounce is mostly original code, it is heavily inspired by and draws heavily from:
18
+ Although Bounce is mostly original code, it is inspired by and draws heavily from:
14
19
  - Jolt
15
20
  - Rapier
16
21
  - Box2D
@@ -19,8 +24,7 @@ Although Bounce is mostly original code, it is heavily inspired by and draws hea
19
24
 
20
25
  ## Roadmap
21
26
 
22
- - Release example code (ETA Oct-Nov 2025)
23
- - Release the official character controller implementation (ETA Oct-Nov 2025)
27
+ - Release the official character controller implementation (ETA Nov 2025)
24
28
  - Create a dedicated documentation site (ETA Nov 2025)
25
29
  - Fixing bugs. Please file an issue if you run into problems!
26
30
  - Want to see something here? Feel free to submit an issue!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perplexdotgg/bounce",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "license": "MIT",
5
5
  "description": "Bounce",
6
6
  "main": "./build/bounce.js",