[C++][wxWidgets][Linux] If it can help someone, here my code to integrate Panda3D C++ with wxWidgets

Hello everyone,
Here’s the code I’m proposing to integrate Panda3D with wxWidgets in C++.

View.cpp

The main part is in View.cpp, but if you’re curious: « Ma » is my project for creating your own 3D application editor, either via the api or from the existing editor itself. The project is designed for programmers. My aim is to integrate several 3D engines. For the moment Ogre and Panda were the first :p.
I mostly knew Ogre and I really enjoyed discovering Panda’s code :). Well done guys. I must admit that CLion made it easy to browse your code :stuck_out_tongue:

Here’s my blog where you can see some screenshots :stuck_out_tongue:
blog

2 Likes