Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 563 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 563 Bytes

rust-wasm

Small demo with webgl, wasm (rust) and typescript.


wasm

To bundling rust it was used awesome rust-native-wasm-loader with wasm-bindgen under the hood wich is generate useful typings for typescript.

setup
# install rust deps
$ yarn setup

# install frontend deps
$ yarn

# run build
$ yarn start
TODO:
  • QuadTree (Point, AABB) rust impl
  • Circles colliding