Image environment is not running on SDL2. SDL2 is a binding that is in image.

An SFML binding is cool to do, especially CSFML.

https://www.sfml-dev.org/download/csfml/

I want to do these in Bloc
https://www.youtube.com/playlist?list=PLB_ibvUSN7mzUffhiay5g5GUHyJRO4DYr

But CSFML is cool to do too.��

And I also want a binding to��https://github.com/cmatsuoka/libxmp


Phil

On Tue, Jun 13, 2017 at 6:55 PM, Daniel Passaro <danpassaro@gmail.com> wrote:
Even if the image environment runs on SDL2, I want an SDL2 window I have free reign to draw on. I don't want to destroy the usability of the Pharo workspace when programming an application. If that is still too contentious, then I want SFML instead.

The story of GTK+ is what I'm interested in.

On Tue, Jun 13, 2017 at 12:48 PM, phil@highoctane.be <phil@highoctane.be> wrote:
SDL2 is built in.

GTK+ is another story.

Phil

On Tue, Jun 13, 2017 at 6:38 PM, Daniel Passaro <danpassaro@gmail.com> wrote:
I'm a Pharo newbie. How can I use libraries like SDL2 or GTK+ from Pharo? Should this be done through FFI or a VM plugin?�� And in either case is there a guide to how to implement things using that technique?