How to create a Windows Store App using OGRE - Tutorial
-
- OGRE Contributor
- Posts: 2087
- Joined: Thu Mar 03, 2005 7:11 am
- Location: WA, USA
- x 16
How to create a Windows Store App using OGRE - Tutorial
What are we looking at?
This is the output of a barebones, minimal Windows 8.1 application that can be submitted to the marketplace.
Is there a tutorial?
Yes! It's in the wiki
What does the tutorial cover?
- Building Ogre for WinRT
- Creating a Windows Store application
- Initializing Ogre
- Loading and using d3d11 render system, Octree scene manager, and RTSS components
- Adding and using assets, such as the mesh, material, textures, and required shaders
Anything else?
Somebody has created another set of instructions following mine, but with added pictures and extra information. It looks like a great walkthrough:
http://michaelcummings.net/mathoms/gett ... ytmuf9OVaQ
If you encounter any issues you might find answers by reading the original thread.
Creator of QuickGUI!
-
- Bugbear
- Posts: 819
- Joined: Wed May 05, 2010 4:59 am
- Location: Auckland, NZ
- x 69
Re: How to create a Windows Store App using OGRE - Tutorial
Good stuff KungFooMasta!