I recently started using Gosu and Chingu, and have had a blast playing with the libraries. My question is that since Chingu isn't being updated anymore is it still viable to use and if not is there anything else that is compariable. I have seen some options here on the forums that look good like miniGL but I didn't see any documentation to get started with it. Anyway, thanks for any comments.
I'm a little partial to Gamebox myself http://gamebox.io But I'm also working on a custom ECS implementation that I will try to use in the next Ludum Dare.
MiniGL has a small tutorial in its Github Wiki: https://github.com/victords/minigl/wiki/How-To. It would be enough for the basics, but it doesn't cover everything in the library. Also, I have been working on a much more extensive tutorial, but for now it only exists in brazilian portuguese - my native language. :P It gets quite readable with Google Translate, but the code blocks get messed... Anyway I will post the links here if you want to take a look (the tutorial has 6 parts until now, the latest parts will show up first). Original: https://devsv.wordpress.com/ Translated (code blocks messed): https://translate.google.com/translate?hl=en&sl=pt&tl=en&u=https%3A%2F%2Fdevsv.wordpress.com%2F I'll let you know if I ever release an official complete english tutorial. :P