created ShadeMyCanvas (smc)

This commit is contained in:
do butterflies cry? 2026-02-02 01:12:53 +10:00
parent 935cc44f66
commit 1d06470ccd
12 changed files with 539 additions and 24 deletions

4
www/js/smc/README.md Normal file
View file

@ -0,0 +1,4 @@
# Shade My Canvas
An easy to use and purely declarative wrapper for WebGL written in Javascript.
The main idea is to remove all the boilerplate required to render shader
programs, so you can focus on writing GLSL and not debugging WebGL.