Fully deterministic simulations on every browser.
A simple testbed to experiment with the WASM version of the Rapier.rs physics engine.
© 2017-2023 APG: free man angeli paolo giusto.
Made with ❤ using:
Deno for the development
Drash v2.x for the web server
esbuild for the transpilation of typescript for the browser
Deno deploy for the microservice runtime on the cloud edge
Three.js for the Web GL rendering in the browser
Rapier.rs for the physics simulation in the browser
Prando.js for the pseudorandom number generation
Apg-Tng template engine for Server Side Rendered HTML
Apg-Gui for Client Side Rendered HTML in the browser
Pico for the Cascade Style Sheet
First released: 2023/08/09
Last release: 2023/11/15
Current version: 0.0.8
This repo is a learning tool for everybody especially for me.
Please give feedback and constructive suggestions about:
- Coding style and naming conventions
- Typescript best practices
- Deno usage
- Drash usage
- Three usage
- Rapier usage