Ogre 1.11 - My 2 cents

Anything and everything that's related to OGRE or the wider graphics field that doesn't fit into the other forums.
Post Reply
TdZBdaO
Gnoblar
Posts: 21
Joined: Sat Mar 22, 2008 3:20 pm
x 1

Ogre 1.11 - My 2 cents

Post by TdZBdaO »

Hi guys,

after digging into 3d engine architectures for the past couple of years I've finally made the choice of having a look at good old OGRE again. The last time I was using it for something more than just tinkering around was at 1.7, so I expected a couple of changes.

What I found instead nearly blew me away. The changes you guys made to the core and general structure of the project including toolset and make system is soooo much better than it used to be. The setup using OgreBites is something I was missing back then and it's really great to see it came together just as I would have liked it to be (not that I am an exact embodiment of any kind of serious standard here, but hey..).

However, one thing I've got to criticize is the use of bundled dependencies such as FreeImage inside the package. I'm sure this is just because I did not clone from Git directly, but those dependencies break compatibility with my OS (at least on Linux though, can't speak of anything else).

Long story short, I've just wanted you to know I love the changes Ogre is going for and I'm really looking forward using it in my next project!

Thanks and cheers to all contributors keeping this project alive (i owe you)!

Also I posted this into the wrong forum. Sorry @admin.
paroj
OGRE Team Member
OGRE Team Member
Posts: 1995
Joined: Sun Mar 30, 2014 2:51 pm
x 1075
Contact:

Re: Ogre 1.11 - My 2 cents

Post by paroj »

TdZBdaO wrote: Wed May 30, 2018 4:46 pm However, one thing I've got to criticize is the use of bundled dependencies such as FreeImage inside the package. I'm sure this is just because I did not clone from Git directly, but those dependencies break compatibility with my OS (at least on Linux though, can't speak of anything else).
set OGRE_BUILD_DEPENDENCIES=OFF in cmake
Post Reply