1
Window / Re: Integrating SFML with wxWidgets
« on: Today at 08:03:08 am »
There is some problem with SFML 3.0.
When i use wxWidgets 3.2.6 and SFML 3.0 - on main private computer everything work perfect.
When i use the same stack and the same code in work computer there is issues and window is freez.
Then i download SFML 2.6.2 and with wxWidgets 3.2.6. work perfect. I think there is something wrong with new event api but mabe i doing something wrong.
Here is my code which work with wxWidgets 3.2.6 and sfml 3.0 on my private computer:
https://github.com/KubixOFFs/wxSFMLControl
When i use wxWidgets 3.2.6 and SFML 3.0 - on main private computer everything work perfect.
When i use the same stack and the same code in work computer there is issues and window is freez.
Then i download SFML 2.6.2 and with wxWidgets 3.2.6. work perfect. I think there is something wrong with new event api but mabe i doing something wrong.
Here is my code which work with wxWidgets 3.2.6 and sfml 3.0 on my private computer:
https://github.com/KubixOFFs/wxSFMLControl