magnum-bootstrap icon indicating copy to clipboard operation
magnum-bootstrap copied to clipboard

Bootstrap projects for the Magnum C++11 graphics engine

Results 5 magnum-bootstrap issues
Sort by recently updated
recently updated
newest added

Similar to boostraps using wxWidgets or Qt, please add a case using FLTK 1.4.

Hi, I try to implement a magnum + wxWidgets sample C++ projects by using the msys2. I just copy and modify the code: [https://github.com/mosra/magnum-examples/blob/master/src/mouseinteraction/MouseInteractionExample.cpp](https://github.com/mosra/magnum-examples/blob/master/src/mouseinteraction/MouseInteractionExample.cpp) Since it use the SDL as...

I am getting `GL::Context: unsupported OpenGL version (0, 0)` output when I run MyApplication that is created by building the base-wxwidgets branch of magnum-bootstrap. My distro is Arch Linux. Btw...

changelog mention added

@mosra Hey Vladimir. One issue I have found in the Android Bootstrap project. It looks like ANDROID_SDK path search is not cross-platform: ` get_filename_component(ANDROID_SDK ${CMAKE_ANDROID_NDK}/../android-sdk/ REALPATH CACHE) ` Not sure...