aceslowman / body_mnemonic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THREEjs Node Boilerplate

Modular THREEjs boilerplate based on a technique defined here.

How To Use

npm install
npm run dev
// or `npm run build` if production
npm run start

The example will be available at localhost:3000

TODO

I hope to reduce the bundle size with gzip, at this moment it's around 550KiB. The eventbus seems to work well, but I will likely tweak it as I begin using this boilerplate more often.

About


Languages

Language:JavaScript 97.0%Language:HTML 3.0%