<https://github.com/tgfrerer/island>
# of-graphics
s
Interesting project that has most of the features I want in a graphics framework (livecoding everywhere, render graph, job system, etc)
My main issue with it is it's boilerplate heavy kind of verbose C++ code
I want a framework that has more UI/visual scripting and less setup that allows you to get to the "meat" of the code without much friction
s
What do you think of cepl? https://github.com/cbaggers/cepl The author has some videos using it on his youtube channel
It fullfills the livecoding requirement anyway, not too sure about the rest, but it looks pretty malleable
c
Interesting project. Agreed, looks big/complex, but I'll certainly spelunk in there.
I've seen cepl before, but I never played with it. Will have a go