alright, lets try weekly loop again. the last thing I added to loops library was a model loader so here's a model with the faces broken apart
https://github.com/leafo/weeklyloops/blob/master/l...
I've added 3d support and ply model loading to my loop engine
source: https://github.com/leafo/weeklyloops/blob/master/loop4.go
pretty basic one, added circles to my loop engine (a circle with 5 sides :))
Source: https://github.com/leafo/weeklyloops/blob/master/loop3.go
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
I wanted to try graphics programming in Go so I started relearning opengl by building a library for creating looping animations (for weekly loop streak). This one is pretty basic because I had to write a lot of boilerplate.
The library lets me draw some shapes, and gives me a simple way to record the frames of the loop for packaging into a gif. Here's the source for this loop: https://github.com/leafo/weeklyloops/blob/master/loop1.go
I'll be uploading the code for all my weekly loops in this repository: https://github.com/leafo/weeklyloops