Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 423 Bytes

File metadata and controls

24 lines (17 loc) · 423 Bytes

An experiment in WebGL rendering

Also uses:

  • typescript for main js application
  • assemblyscript for high performant code
  • webpack and esbuild for js tooling

To get going:

# base setup
nvm install
nvm use
npm install

# build assemblyscript module(s)
npm run asbuild

# run webpack dev server
npm run start

Note: webpack is using esbuild for transpilation. To get typechecking use npm run type separately.