help--how to start (visual studio 2022, ogre 13+)

Problems building or running the engine, queries about how to use features etc.
Post Reply
wendigo
Gnoblar
Posts: 2
Joined: Thu Mar 30, 2023 10:40 pm

help--how to start (visual studio 2022, ogre 13+)

Post by wendigo »

I have some difficulties starting with OGRE using VS 2022.
I downloaded the OGRE MSVC package, but how to continue from there ?
There is no working samples, no tutorial at all, I feel lost.
What I am lacking is some kind of VS minimal build example or something.
I do not know how to build a first application using OGRE at all.

User avatar
Cyberix3D
Gnoblar
Posts: 23
Joined: Tue Jan 17, 2023 10:25 pm
x 4
Contact:

Re: help--how to start (visual studio 2022, ogre 13+)

Post by Cyberix3D »

Hi there, I recommend following this tutorial which should still be up-to-date for Ogre 13+:

paroj
OGRE Team Member
OGRE Team Member
Posts: 1994
Joined: Sun Mar 30, 2014 2:51 pm
x 1074
Contact:

Re: help--how to start (visual studio 2022, ogre 13+)

Post by paroj »

however, I would recommend using CMake for your own project as well, instead of manually copying all the paths into VS:
https://ogrecave.github.io/ogre/api/latest/setup.html

wendigo
Gnoblar
Posts: 2
Joined: Thu Mar 30, 2023 10:40 pm

Re: help--how to start (visual studio 2022, ogre 13+)

Post by wendigo »

Thank you both. I'll take a look into it.

Post Reply