Shaderian: a minimal GLSL live coding environment


https://github.com/ALEXMORF/Shaderian

I made this tool that lets me edit GLSL shader with my own editor and hot-load it as I type. It's pretty fun making stuff with it so I want to share it here.

Edited by Chen on
Wow, that's slick! Nice work.
Delix
Wow, that's slick! Nice work.


Thanks :)
Just realized this probably should be in work-in-progress but continuing in this thread makes more sense.

I just added this new exciting feature to shaderian that allows you to do crazy stuff like GPU pathtracing and simulations by caching computations from the past!