Where is the "iOS" directory

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
DanielBocksteger
Developer
Posts: 25
Joined: Tue Jan 21, 2014 9:15 pm
Location: Goch, NRW, Germany
Contact:

Where is the "iOS" directory

Post by DanielBocksteger »

Hey Guys,

we were developing with an older Irrlicht-Version so far, but now we want to upgrade to 1.8.1

We Sadly recognized, that the directory called "iOS" has disappeared and there is only an MacOSX directory. Why went the iOS directory away?

Compiling for iOS using the MacOSX project is really... annoying.

Best regards,

Daniel
Best regards,
Daniel Bocksteger

German iOS Developer born in '95.
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: Where is the "iOS" directory

Post by hendu »

There never was iOS support in the main version, only in a branch.
DanielBocksteger
Developer
Posts: 25
Joined: Tue Jan 21, 2014 9:15 pm
Location: Goch, NRW, Germany
Contact:

Re: Where is the "iOS" directory

Post by DanielBocksteger »

But.. Why? Why isn't the iOS directory in the main version?
Best regards,
Daniel Bocksteger

German iOS Developer born in '95.
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Where is the "iOS" directory

Post by CuteAlien »

We work on branches until they are ready to be merged back into the main version. That way the main branch is constantly stable and we are flexible with experimenting with the interfaces in the branches. It will be merged back when it's ready (we are close - mainly missing are some input interfaces which have to be moved from the IrrlichtDevice into their own classes).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply