description here of all the features comming soon:
- auto minify json
- auto convert wav in .mp3 & .ogg
- optimize obj
- images (will create high and low res)
- npm start
- npm dev
- npm run audio
- npm run json
- npm run json:watch
- npm run model
- npm run model:watch
- npm run image
- npm run image:watch
http://brew.sh/
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype
--with-frei0r --with-libass --with-libvo-aacenc --with-libvorbis
--with-libvpx --with-opencore-amr --with-openjpeg --with-opus
--with-rtmpdump --with-schroedinger --with-speex --with-theora --with-tools
npm run audio
npm run audio:watch
npm run json
npm run json:watch
This task copy the content of 'raw-assets/model' in 'dist/assets/model' and optimize all the .obj if they have options
The only option available is the precision. The precision set the number of digits for every vertices.
// precision is a number
filename{precision}.obj
npm run model
npm run model:watch