hellerve / anima.carp

A simple drawing and animation framework for Carp
https://veitheller.de/anima/
15 stars 2 forks source link

Refactor to use SDLApp #1

Open hellerve opened 6 years ago

hellerve commented 6 years ago

We now have SDLApp in the Carp standard library, and they do almost exactly what I try to achieve with this library! This is great, because I just need to add a thin layer over the SDLApp bindings and can reduce the code anima is made of to a minimum.

eriksvedang commented 6 years ago

Personally I think you should use a bit of global state to get rid of the extra args to draw/setup/etc. That would make the use case for Anima even more clear as a no hassle and beginner friendly drawing library for Carp. No pressure though, it's your baby!

hellerve commented 6 years ago

Maybe, but I’d like to a

hellerve commented 6 years ago

What just happened.

eriksvedang commented 6 years ago

hmm? :)

hellerve commented 6 years ago

I was in the middle of a comment and wanted to abort it. Instead I sent it and closed the issue. Sorry about that.