Skip to content

ShawHaines/Tron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.