nudibranchrecords / hedron

Perform live shows with your three.js creations
GNU Affero General Public License v3.0
481 stars 22 forks source link

glsl support for sketches #450

Closed funwithtriangles closed 1 month ago

funwithtriangles commented 2 months ago

Adds glsl support for sketches. The main change is in SketchesServer.ts. Most of the changes you see in the sketch file are just because of linting. I also added a type declaration in the example project so TS knows we're importing a string here (eventually I'm hoping we can have these types automatically as an npm package)