Handmade Network»Forums
Chen
102 posts / 2 projects
Some guy trying to make some video game.
Shaderian: a minimal GLSL live coding environment
Edited by Chen on

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.
Ryan Fleury
204 posts / 4 projects
Working at Epic Games Tools (RAD). Former Handmade Network lead. Maker of Hidden Grove.
Shaderian: a minimal GLSL live coding environment
Wow, that's slick! Nice work.
Chen
102 posts / 2 projects
Some guy trying to make some video game.
Shaderian: a minimal GLSL live coding environment
Delix
Wow, that's slick! Nice work.


Thanks :)
Chen
102 posts / 2 projects
Some guy trying to make some video game.
Shaderian: a minimal GLSL live coding environment
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!