@perplexdotgg/bounce 1.7.0 → 1.8.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 +1 -1
- package/build/bounce.d.ts +309 -114
- package/build/bounce.js +14586 -15766
- package/docs/documentation.md +14 -16
- package/package.json +5 -5
- package/tsconfig.json +2 -2
- package/vite.config.js +0 -1
package/README.md
CHANGED
|
@@ -9,9 +9,9 @@ Bounce is a fast and determinstic 3D physics library for Typescript and Javascri
|
|
|
9
9
|
|
|
10
10
|
## Links
|
|
11
11
|
|
|
12
|
+
- Official Bounce website with demos, API and more info: https://perplex.gg/bounce
|
|
12
13
|
- Documentation (markdown): https://codeberg.org/perplexdotgg/bounce/src/branch/main/docs/documentation.md
|
|
13
14
|
- NPM Package: https://www.npmjs.com/package/@perplexdotgg/bounce
|
|
14
|
-
- Official Bounce website with demos, API and more info: https://perplex.gg/bounce
|
|
15
15
|
- Reference character controller implementation: https://codeberg.org/perplexdotgg/bounce-character-controller
|
|
16
16
|
|
|
17
17
|
## Official Examples
|