Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 630 Bytes

readme.md

File metadata and controls

23 lines (16 loc) · 630 Bytes

About this project

Web-based shader programming system.

Environment

  • Node.js v14.17.1
  • Webpack
  • Three.js

How to build

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

Code structure

  • index.js Server javascript file
  • static/dist/ Compiled js file by webpack
  • static/js/lib Libraries, Two.js does not provide a npm pack, so we direct download and put this in the project.