Am I able to use SFML libraries that aren't part of GD?

Am I or am I not? I’m talking about C++ feature. I’m thinking about using specific sfml library. I know that it would be better to wrap it up in extension, but I don’t know how to setup extension development environment in Linux :wink:.

If I can use libraries that aren’t part of GD via C++ feature, how to do it?

The 5 main modules composing SFML are used by GD and so the entire SFML library is available.

OK, so if I download, for example this: sfml-dev.org/forum/viewtopic.php?p=40796, I can use this in GD via C++ support?

SFML lib is already bundled with Game Develop as it use that for compilation. :wink: