wxWidgets+OpenGL+Magnum library

If you have a cool piece of software to share, but you are not hosting it officially yet, please dump it in here. If you have code snippets that are useful, please donate!
Post Reply
ollydbg23
Super wx Problem Solver
Super wx Problem Solver
Posts: 438
Joined: Fri Dec 12, 2008 10:31 am

wxWidgets+OpenGL+Magnum library

Post by ollydbg23 »

I just finish building a wxWidgets application with OpenGL and Magnum library support.

This is a modified version of williamjcm's contribution at this branch:

https://github.com/mosra/magnum-bootstr ... -wxwidgets

The screen shot is here as attachment, and the code is in the link here: https://github.com/mosra/magnum-bootstr ... -881224413
ok2.png
ok2.png (31.37 KiB) Viewed 8631 times
I hope it can help other guys.
User avatar
bsenftner
Experienced Solver
Experienced Solver
Posts: 85
Joined: Thu May 26, 2016 9:19 pm

Re: wxWidgets+OpenGL+Magnum library

Post by bsenftner »

Great work!
ollydbg23
Super wx Problem Solver
Super wx Problem Solver
Posts: 438
Joined: Fri Dec 12, 2008 10:31 am

Re: wxWidgets+OpenGL+Magnum library

Post by ollydbg23 »

https://github.com/asmwarrior/magnum-wx

I create a more complex project in the above site.

It can use the mouse to rotate the screen, but it looks like rotation dose not work as expected. Mouse scroll works OK.

EDIT:

I add an issue in the magnum's github site: magnum + wxWidgets sample projects, mouse drag can rotate the camera, but not as expected · Issue #27 · mosra/magnum-bootstrap
Post Reply