# meetup-creative-coding-webgl **Repository Path**: mirrors_Jam3/meetup-creative-coding-webgl ## Basic Information - **Project Name**: meetup-creative-coding-webgl - **Description**: A WebGL experiment created for Jam3's Creative Coding Meetup on October 23rd 2019. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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)