@perplexdotgg/bounce 1.0.5 → 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 +6 -5
- package/build/bounce.d.ts +15858 -37152
- package/build/bounce.js +539 -386
- package/docs/documentation.md +1051 -0
- package/package.json +2 -2
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
|
-
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
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
|
|