-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[macOS] add a QML version of simple_demo #373
[macOS] add a QML version of simple_demo #373
Commits on Sep 3, 2021
-
[macOS] configure examples for use with ogre2
- Use ogre2 instead of ogre in examples that do not accept a command line argument - Enable logger to display additional Ogre information for debugging Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81b12c3 - Browse repository at this point
Copy the full SHA 81b12c3View commit details -
[macOS] configure examples for use with ogre2 and update plugin path
- Prevent the Ogre2RenderEngine searching in /usr/local/opt/ogre2.1/lib/OGRE-2.1 for render system plugins Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8db598c - Browse repository at this point
Copy the full SHA 8db598cView commit details -
[macOS] add a QML version of the simple_demo
- This is a QML version of the simple_demo. It uses the same approach to rendering to QML as used in ignition-gui Scene3D. - For macOS there is an upstream dependency on a pending PR in Ogre2-1 for support of the `currentGLContext` flag. - The core application render thread is based on the Qt Toolkit example: - https://code.qt.io/cgit/qt/qtdeclarative.git/tree/examples/quick/scenegraph/textureinthread?h=5.15 Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff528f2 - Browse repository at this point
Copy the full SHA ff528f2View commit details -
[macOS] apply style guide to function and member variable names
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53fd60b - Browse repository at this point
Copy the full SHA 53fd60bView commit details -
[macOS] apply style guide to function parameters
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a75ac71 - Browse repository at this point
Copy the full SHA a75ac71View commit details -
[macOS] cleanup comments and remove dead code
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bef0407 - Browse repository at this point
Copy the full SHA bef0407View commit details -
[macOS] incorporate review feedback in simple_demo_qml
- Remove unused section from CMakeLists.txt - Move using namespace declarations to translation unit scope - Remove addition separator line - Use ignmsg instead of std::cout in ThreadRenderer - Roll back changes to example text_geom Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0009399 - Browse repository at this point
Copy the full SHA 0009399View commit details -
Apply suggestions from code review
Co-authored-by: Alejandro Hernández Cordero <[email protected]> Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aebda17 - Browse repository at this point
Copy the full SHA aebda17View commit details -
[macOS] apply code style guide formatting
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1b10a4 - Browse repository at this point
Copy the full SHA e1b10a4View commit details -
[macOS] document the IgnitionRenderer class.
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40e34b4 - Browse repository at this point
Copy the full SHA 40e34b4View commit details -
[macOS] update the message on the QML overlay
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec4648b - Browse repository at this point
Copy the full SHA ec4648bView commit details -
[macOS] modify simple_demo_qml for qt5.12
- Remove QML_NAMED_ELEMENT from ThreadRenderer - Rename Renderer in QML to ThreadRenderer Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 34cb0ce - Browse repository at this point
Copy the full SHA 34cb0ceView commit details -
[macOS] rollback changes to examples
- Roll back changes to other examples, keeping only simple_demo_qml. Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aef2d15 - Browse repository at this point
Copy the full SHA aef2d15View commit details -
[macOS] remove additional plugin path for macOS
- Remove additional plugin path for macOS. Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96d2444 - Browse repository at this point
Copy the full SHA 96d2444View commit details
Commits on Sep 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for aacc5ec - Browse repository at this point
Copy the full SHA aacc5ecView commit details