Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jslee02/qtogrewidget
https://github.com/jslee02/qtogrewidget
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jslee02/qtogrewidget
- Owner: jslee02
- License: gpl-2.0
- Created: 2014-09-25T17:12:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-26T03:24:38.000Z (over 10 years ago)
- Last Synced: 2024-12-03T12:21:05.751Z (2 months ago)
- Language: C++
- Size: 867 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
QOgreWidget
===========QOgreWidget is a QT5 (Desktop) Widget that embeds the Ogre3D graphics engine. Currently it builds and runs on Linux and Windows7.
Linux
-----
prerequisites:
* OGRE 1.9
* QT 5.2
* boostconfigure, build and run the example:
* run ./configure.sh to configure
* run ./build.sh to build
* after build, you can run the demo QOgreWidgetDemoWindows
-------
prerequisites:
* install OGRE 1.9 SDK for Visual C++ 2010 32-bit
* install Qt 5.2.1 for Windows 32-bit (VS 2010, OpenGL)
* the environment variable OGRE_HOME must point to the OGRE SDK
* the environment variable PATH must contain: PATH_TO_QT\msvc2010_opengl\bin and %OGRE_HOME%\bin\Releaseconfigure, build and run the example:
* run ./configure.bat to configure
* open the generated Visual Studio 2010 solution file located in the build directory
* after build (just building the "Release" version is supported), you can run the demo QOgreWidgetDemo.exefor more info also look [here](http://gernotklingler.com/blog/a-qt5-widget-for-ogre3d/)