# Creative Coding Meetup A WebGL experiment created for Jam3's Creative Coding Meetup on October 23rd 2019. ![alt text](screenshot.gif 'WebGL experiment') ## Contents This experiment is divided into 5 parts, each demo builds upon the code of the previous. The aim is to demonstrate some of the best practices and workflows we use on WebGL experiences at Jam3. 1. [Environment](src/js/1-environment) 2. [Particles](src/js/2-particles) 3. [Context resizing](src/js/3-context-resizing) 4. [GPU Profiling](src/js/4-gpu-profiling) 5. [Post Processing](src/js/5-post-processing) ## Usage 1. `npm install` 2. `npm start` ## License MIT [License.md](LICENSE.md)