@perplexdotgg/bounce 1.5.2 → 1.6.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 -0
- package/build/bounce.d.ts +1439 -2567
- package/build/bounce.js +262 -290
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -18,6 +18,7 @@ Bounce is a fast and determinstic 3D physics library for Typescript and Javascri
|
|
|
18
18
|
|
|
19
19
|
- Bounce + Three.js simple example (w/ Vite + Typescript): https://codeberg.org/perplexdotgg/bounce-simple-example
|
|
20
20
|
- Bounce + Three.js character controller example (w/ Vite + Typescript): https://codeberg.org/perplexdotgg/bounce-character-controller-example
|
|
21
|
+
- Bounce + Three.js MECS example, tower defense simulation: https://codeberg.org/perplexdotgg/mecs-tower-defense-example
|
|
21
22
|
|
|
22
23
|
## Community Examples
|
|
23
24
|
|