Page 1 of 1

how do i install

Posted: Tue Apr 09, 2019 7:56 pm
by nek1113
Ogre Version: :?: 1.11.5
Operating System: :?: win7
Render System: :?:

i do the thing with cmake i configure configure again then generate then/ build with visual 2017 Buildall/build install /no errors/ then what? i dont have any executable/ sry im a bit noob

Re: how do i install

Posted: Wed Apr 10, 2019 12:53 pm
by sercero
Hello,

If you check the build directory there is a Samples folder, you can play with the samples to see some of OGREs capabilities.

Since OGRE is a rendering library you need to create your own program and call OGRE from there.

To setup an application:
https://ogrecave.github.io/ogre/api/latest/setup.html

Here are the learning resources:
https://www.ogre3d.org/documentation

The wiki is a great place to learn an discover most of what OGRE can do, here are the tutorials to start learning to use the engine:
https://wiki.ogre3d.org/Tutorials

Best regards.