Web-based shader programming system.
- Node.js v14.17.1
- Webpack
- Three.js
Install node.js follow this guide.
Install Webpack with command npm install -g webpack
Install Three.js with command npm install --save three
Compile the code: npx webpack --mode=development
Run the server node index.js
index.js
Server javascript filestatic/dist/
Compiled js file by webpackstatic/js/lib
Libraries, Two.js does not provide a npm pack, so we direct download and put this in the project.