Posts with the tag Graphics:

Wx 3.1 with embedded SFML 2.5 control

I’ve been working on a project where I wanted to embed an SFML drawing context in a wxWidgets window. I wanted to be able to write a GUI application, but didn’t want to have all of the UI be embedded within the SFML window using something like imgui. I thought it could be useful to others to have a simple example of how to do the same thing. Simple Example version I took the code from the SFML 1.