[News] Ogre Ecosystem Roundup #3

News, announcements and important global threads from the Ogre3D Team.
Post Reply
User avatar
TaaTT4
OGRE Contributor
OGRE Contributor
Posts: 267
Joined: Wed Apr 23, 2014 3:49 pm
Location: Bologna, Italy
x 75
Contact:

Re: [News] Ogre Ecosystem Roundup #3

Post by TaaTT4 »

Will OGRE dependencies be ported to Github as well?

Senior programmer at 505 Games; former senior engine programmer at Sandbox Games
Worked on: Racecraft EsportRacecraft Coin-Op, Victory: The Age of Racing

User avatar
dark_sylinc
OGRE Team Member
OGRE Team Member
Posts: 5292
Joined: Sat Jul 21, 2007 4:55 pm
Location: Buenos Aires, Argentina
x 1278
Contact:

Re: [News] Ogre Ecosystem Roundup #3

Post by dark_sylinc »

I want to port them as well. The reason we haven't already is because we clone SDL2 instead of adding it to ogredeps as a hard copy.

I'm not sure yet the best approach:
  1. Hardcopy the files (like the rest of the dependencies)
  2. Have the user manually run a script that runs hg clone/pull from SDL2 repo
  3. Same as the previous one, but have CMake run the script automatically
I'm leaning towards starting with 2, then once that's done, make it run automatically via CMake.
User avatar
Zonder
Ogre Magi
Posts: 1168
Joined: Mon Aug 04, 2008 7:51 pm
Location: Manchester - England
x 73

Re: [News] Ogre Ecosystem Roundup #3

Post by Zonder »

sub module maybe? (Theres an unoffical mirror https://github.com/spurious/SDL-mirror)
There are 10 types of people in the world: Those who understand binary, and those who don't...
User avatar
dark_sylinc
OGRE Team Member
OGRE Team Member
Posts: 5292
Joined: Sat Jul 21, 2007 4:55 pm
Location: Buenos Aires, Argentina
x 1278
Contact:

Re: [News] Ogre Ecosystem Roundup #3

Post by dark_sylinc »

D'oh! Thanks for the link!
Post Reply