Chickadee 0.6.0 released

2020-11-19 Thread Thompson, David
Hey everyone, I just released Chickadee 0.6.0. Chickadee is a game programming library for Guile. It handles window management, keyboard/mouse/controller input, hardware-accelerated rendering, audio, scripting, and more. Most notably it now supports OpenGL 2 (rejoice, old thinkpad users!), can r

getting to know the FFI ...

2020-11-19 Thread Tim Meehan
I figured that I would try and do something simple-ish to see how well I understood the FFI. I found this GTK tutorial, written in Chez Scheme: https://github.com/jhidding/lyonesse/blob/master/gtk-tutorial/window.scm I just tried to replace the Chez FFI calls with Guile FFI calls. I'm not sure how