Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 508 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 508 Bytes

prtt

A WebGL prototype starter using webpack, redux, babel, glslify, controlkit, ccapture

Install

PROJECTNAME="PRoToType"; git clone --depth 1 https://github.com/dmnsgn/prtt.git $PROJECTNAME && cd $PROJECTNAME && rm -rf .git
npm i

Scripts

Dev

npm start

Build

npm run prod
Query string parameters Description
?debug Enable debug panel
?capture Enable ccapture controls

Licence

MIT