@perplexdotgg/bounce 1.1.0 → 1.2.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,10 +6,18 @@ 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
10
- - Official website with demos, API and more info: https://perplex.gg/bounce
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
9
+ - Documentation (markdown): https://codeberg.org/perplexdotgg/bounce/src/branch/main/docs/documentation.md
10
+ - Official Bounce website with demos, API and more info: https://perplex.gg/bounce
11
+ - NPM Package: https://www.npmjs.com/package/@perplexdotgg/bounce
12
+
13
+ ## Official Examples
14
+
15
+ - Bounce + Three.js simple example (w/ Vite + Typescript): https://codeberg.org/perplexdotgg/bounce-simple-example
16
+ - Bounce + Three.js character controller example (w/ Vite + Typescript): https://codeberg.org/perplexdotgg/bounce-character-controller-example
17
+
18
+ ## Community Examples
19
+
20
+ - Bounce + Three.js, vanilla JS example by Mameson: https://mameson.com/experiment/glsl/bounce_example/bounce_example.html (for code just [view source](view-source:https://mameson.com/experiment/glsl/bounce_example/bounce_example.html))
13
21
 
14
22
  ## Credits and Acknowledgments
15
23
 
@@ -26,7 +34,7 @@ Although Bounce is mostly original code, it is inspired by and draws heavily fro
26
34
 
27
35
  ## Roadmap
28
36
 
29
- - Creating a dedicated documentation site ([markdown docs](https://codeberg.org/perplexdotgg/bounce/docs/branch/main/documentation.md))
37
+ - Creating a dedicated documentation site ([markdown docs](https://codeberg.org/perplexdotgg/bounce/src/branch/main/docs/documentation.md))
30
38
  - Fixing any reported bugs. Please [file an issue](https://codeberg.org/perplexdotgg/bounce/issues) if you run into problems.
31
39
  - Want to see something here? Please [create an issue](https://codeberg.org/perplexdotgg/bounce/issues).
32
40