Hi daniel You can open a SDL2 window now it may break because we do not use it regularly. If you encounter problem let us know because this binding should be one we will use in the future: - we want to handle all the events + all the window via SDL2 so this is central to us. We are interested in what you can do with sfml. Now you can also have a look at Bloc because this is a core of a new library that got 5 years of maturation and now its design is nice and stable. Stef On Tue, Jun 13, 2017 at 8:51 PM, phil@highoctane.be <phil@highoctane.be> wrote:
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?