New to Ogre

Anything and everything that's related to OGRE or the wider graphics field that doesn't fit into the other forums.
Post Reply
Birdman
Gnoblar
Posts: 2
Joined: Tue May 18, 2021 3:14 am

New to Ogre

Post by Birdman »

Hi..

I'm looking for something that can help me to improve my c++ skills, that's why i quit graphics engines (for now) like Unreal or Flax.

I know Ogre is a graphic engine only, but i have checked in showcase and there is very nice game content in there, so i guess i can reach my objetive of c++ level up here...

I want to work very similar as SFML does.... i mean, want to do some simple 3d games demos using Ogre, but what other libraries do i need to use to complete this work?.. what Audio, Physx and Network libraries are mixed up with Ogre for game development?

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

Re: New to Ogre

Post by paroj »

take a look at the addons in the OGRECave group: https://github.com/OGRECave
Birdman
Gnoblar
Posts: 2
Joined: Tue May 18, 2021 3:14 am

Re: New to Ogre

Post by Birdman »

Golf, Thanks...

For physics is there some good library to work with?
loath
Platinum Sponsor
Platinum Sponsor
Posts: 290
Joined: Tue Jan 17, 2012 5:18 am
x 67

Re: New to Ogre

Post by loath »

https://github.com/OGRECave/btogre

i think bullet is the most popular.
Post Reply