Streak Club is a place for hosting and participating in creative streaks.
it's time to bring back weekly loops!
Source: https://github.com/leafo/weeklyloops/blob/master/loop2.go
This took a lot more effort than anticipated, had to update my loops library to the latest go-gl
joined 3,581 days ago
Post a comment
@s-ol not much specific to loops: it sets up a draw function that is fed a progress percentage instead delta time. It also has a function render the entire progress into frames for packaging into a gif.
What exactly does your loop library do related to actual loops? From what I can tell it looks like a relatively generic graphics toolkit.