Supported platforms

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
zielin
Posts: 20
Joined: Thu Aug 02, 2012 5:45 am
Location: Poland

Supported platforms

Post by zielin »

Hello,

I have some questions about supported platforms by Irrlicht.

1. Is there possibility to deploy Irrlicht project into MS Store ?
2. Are there plans to support Windows Mobile 8 platform ?

Somewhere I've found information that MS allows writing C++ apps for Win Mobile 8 and Ogre3D was listed as sample 3D engine that runs on this platform. What about Irrlicht? What's needed to deploy current release 1.8 to that platform?

Thanks for reply.
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: Supported platforms

Post by Nadro »

Is it normal C++? As I remember this isn't C++, but some mix of C++/C#, but I'm not sure. Anyway if this system support standard C++ I don't see any problems with port Irrlicht to Windows Phone 8. I think that great port of Irrlicht to C# (Irrlicht Lime) made by Greenya after some small modification would support Windows Phone 8 and even 7 (Just merge DX11 driver is important in this case, right?).

BTW. Windows Market allows apps created in win32 API or just WinRT? If only WinRT is allowed, port will require some more things to do.
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
CuteAlien
Admin
Posts: 9628
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Supported platforms

Post by CuteAlien »

I think they added native c++ support to Windows 8 phone's some time ago (wasn't there originally I think). Only a limited set of API's but I suppose DX is likely supported so a port should be possible. No idea at all about the store.

But basically needs someone who tries doing it and then tells us about necessary patches etc.
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
zielin
Posts: 20
Joined: Thu Aug 02, 2012 5:45 am
Location: Poland

Re: Supported platforms

Post by zielin »

Here is presentation which I've found on MSDN: http://channel9.msdn.com/Events/Build/2012/3-046
In the same presentation they say that Ogre3D is running under this platform. It would be nice to run Irllicht there.
Granyte
Posts: 850
Joined: Tue Jan 25, 2011 11:07 pm
Contact:

Re: Supported platforms

Post by Granyte »

well in theory the shader pipeline branch with dx11 driver could be compiled for the windows store but right now I have no idea how the metro interphase work
Post Reply