SFML community forums
Help => General => Topic started by: Saitei on August 13, 2014, 03:34:25 pm
-
Sorry that my english level so bad. I'm russian.
Can I open this window and not lose crossplatform?
-
Not with SFML.
-
Not with SFML.
So sad..
GTK+ + SFML - it's possible?
I ask, because I writing a map editor. I need to load textures
-
Anything + SFML is possible. SFML windows can be embedded inside GUIs created with other toolkits, which is what people usually do when creating tools such as map editors. This way you have a fully featured GUI toolkit to create your tool, and a native SFML rendering window inside.
-
Anything + SFML is possible. SFML windows can be embedded inside GUIs created with other toolkits, which is what people usually do when creating tools such as map editors. This way you have a fully featured GUI toolkit to create your tool, and a native SFML rendering window inside.
I found this (https://github.com/SFML/SFML/wiki/Source:-GTK-SFMLWidget).
I will try