After a while I noticed many threads regarding setting up first application, so I thought It'd be nice to share this:
Ready-to-go Framework Mk 0
What's inside:
- Ogre stuff (dlls, libs, includes, dependency libs)
- A set-up VS2008 project
- A simple application that does nothing, and is a hijacked MinimalPracticalApplication
- media from samples
- A neat and clean directory structure, like this:
Code: Select all
root/
bin/ < binaries go here
obj/ < intermediate files go here
src/ < source files
listener.h/cpp < BasicFrameListener + MouseListener + KeyListener
stdafx.h/cpp < precompiled header
main.cpp < initialisation stuff [TODO: cleanup]
dep/ < dependencies = includes/libs, all from trunk
build/ < VS project and solution
media/ < media from SDK SamplesInstructions:
- unzip
- run sln or project from build
- tap F5
- stare at the black screen contemplating what to do with this
- do it
- deploy, packaging bin and media dirs
Download (70MB)
Special thanks to zarifus for saving the day!

