@perplexdotgg/bounce 1.0.6 → 1.1.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 CHANGED
@@ -6,8 +6,10 @@ Bounce is a fast and determinstic 3D physics library for Typescript and Javascri
6
6
 
7
7
  ## Links
8
8
 
9
+ - Documentation (markdown): https://codeberg.org/perplexdotgg/bounce/docs/branch/main/documentation.md
9
10
  - 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
11
+ - Official Bounce + Three.js simple example (w/ Vite + Typescript): https://codeberg.org/perplexdotgg/bounce-simple-example
12
+ - Official Bounce + Three.js character controller example (w/ Vite + Typescript): https://codeberg.org/perplexdotgg/bounce-character-controller-example
11
13
 
12
14
  ## Credits and Acknowledgments
13
15
 
@@ -24,10 +26,9 @@ Although Bounce is mostly original code, it is inspired by and draws heavily fro
24
26
 
25
27
  ## Roadmap
26
28
 
27
- - Release the official character controller implementation (ETA Nov 2025)
28
- - Create a dedicated documentation site (ETA Nov 2025)
29
- - Fixing bugs. Please file an issue if you run into problems!
30
- - Want to see something here? Feel free to submit an issue!
29
+ - Creating a dedicated documentation site ([markdown docs](https://codeberg.org/perplexdotgg/bounce/docs/branch/main/documentation.md))
30
+ - Fixing any reported bugs. Please [file an issue](https://codeberg.org/perplexdotgg/bounce/issues) if you run into problems.
31
+ - Want to see something here? Please [create an issue](https://codeberg.org/perplexdotgg/bounce/issues).
31
32
 
32
33
  ## How to contribute
33
34