Skip to content

Commit

Permalink
Udpated readme to include main.js and /css
Browse files Browse the repository at this point in the history
  • Loading branch information
jcowles committed Nov 5, 2013
1 parent f25c999 commit 962cfa6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ be used with an HTML5 synth, but got cut from the final demo. lab.js provides a
namespace in which all other effects are nested, as well as some error handling
mechanisms. trace.js provides profiling tools for performance.

**/css**
Styles for the markup to keep index.html clean.

**/gl**
All the effects and WebGL components are in here, the file names describe the
contents pretty well. The shaders for the various effects are in-lined in
Expand All @@ -25,6 +28,10 @@ The transitions for the various effects.
**index.html**
The core shaders and glue for the demo.

**main.js**
The "production" javascript code. Much like a monolithic shader, all effects are
embodied in this file as a state machine that can be controlled via exposed knobs.

**deubstep-5.ogg**
The music. I made this with an off-line sequencer/software-synth.

Expand Down

0 comments on commit 962cfa6

Please sign in to comment.