Skip to content

Advanced Programming Project (Saclay)

Notifications You must be signed in to change notification settings

Seangongx/advUIProject

Repository files navigation

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.

About

Advanced Programming Project (Saclay)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages