This is a WebGL fork of generative-animation-poc-react-redux! I split it as a fork purely because of the huge size of ThreeJS.
- React used for view layer / virtual DOM
- ThreeJS used for animating on WebGL canvas
- Redux used for state management
- Idea of generative animation based on Distract.js
- rr-boilerplate used as the seed boilerplate
http://un.khz.fi/generative-animation-poc-react-redux-threejs/
npm run dev-server
starts local development web server in port 9999npm start
starts production build and run local web server in port 9999npm run build
starts production buildnpm test
runs tests oncenpm run test-watch
runs tests and watches for changes
See main project https://github.com/unkhz/generative-animation-poc-react-redux