Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.94 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.94 KB

Tron

visitors

Computer Graphics Project, inspired by the film Tron, based on WebGL. Click here to play!

A short demo video:

overview.mp4

A screenshot at navigation mode:

Directory structure

  • Most of the codes are placed under ./src.
  • Some huge externel modules are placed under ./modules.
  • Models and pictures are stored under ./resource. Do NOT take the 'NaturePack' OBJs for other usages!
  • pages should never be used other than testing. However, there are some interesting testing works in it.

Implemented with

Referencing

Document in Chinese

Notice:

  • Since we're using ES6 features, you need to forward the code to a port if you are trying to run it locally on your PC.