ShawHaines / Tron

WebGL basic engine and Tron demo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

WebGL basic engine and Tron demo.

License:MIT License


Languages

Language:JavaScript 96.4%Language:HTML 2.0%Language:CSS 1.1%Language:GLSL 0.3%Language:Shell 0.1%