https://futureofcoding.org/ logo
s

Scott Anderson

06/13/2020, 5:02 AM
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

S.M Mukarram Nainar

06/13/2020, 5:13 AM
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

Chris Maughan

06/13/2020, 8:50 AM
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
3 Views