How to create a Windows Store App using OGRE - Tutorial

A place to show off your latest screenshots and for people to comment on them. Only start a new thread here if you have some nice images to show off!
User avatar
KungFooMasta
OGRE Contributor
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

Post by KungFooMasta »

Image

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!
User avatar
areay
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

Post by areay »

Good stuff KungFooMasta!