Of the top of my head I use instancing, custom vertex formats, 3d textures, tessellation and texture arrays
There may be a couple other features I cannot think of.
Also I'm not migrating to OGL any time my code is way to reliant on my shaders and so far I find GLSL to be more annoying to write then HLSL. VK might be a possibility because HLSL can be compiled to SPIR-V but such a migration would need a dx11 driver side by side in the same branch.
New Irrlicht team-member for iOS & metal: Daniel Bocksteger
Re: New Irrlicht team-member for iOS & metal: Daniel Bockste
All are available WITHOUT resorting to calling stuff from "video::COpenGLDriver" or "video::COpenGLExtensionHandler".Of the top of my head I use instancing, custom vertex formats, 3d textures, tessellation and texture arrays
Hmm, I see you may share an attitude similar to the ones you may be complaining about.Also I'm not migrating to OGL any time my code is way to reliant on my shaders and so far I find GLSL to be more annoying to write then HLSL. VK might be a possibility because HLSL can be compiled to SPIR-V but such a migration would need a dx11 driver side by side in the same branch.
It might cheer you up to know that GLSL 4.30 core-profile is much cleaner to write than what you think is GLSL, especially with the wonderful `layout(binding=X)` specifiers.
Anyhow, this is the closest I can offer you as an alternative to completely switching to an unrelated engine to be able to actually use your GPU.
On another note, there are lots of HLSL to GLSL cross-compilers, Unity even has one (and either glslang or glsl-cross can compile SPIR-V back down to GLSL). All you have to worry about is just your bindings to SSBOs, UBOs, all the resource slots.
-
- Competition winner
- Posts: 688
- Joined: Mon Sep 10, 2012 8:51 am
Re: New Irrlicht team-member for iOS & metal: Daniel Bockste
Welcome, Daniel! Thanks for volunteering!
I'm a Linux guy, but it'd be nice to still have the option to compile stuff for Apple products.
I'm a Linux guy, but it'd be nice to still have the option to compile stuff for Apple products.
-
- Posts: 386
- Joined: Sun May 11, 2014 12:13 am
Re: New Irrlicht team-member for iOS & metal: Daniel Bockste
Welcome, Daniel
I guess I'm (probably?) the only one here who currently has an app using Irrlicht on the iOS app store and am still working on it's development, so I am very excited for Daniel to be working on metal. It shows that Irrlicht is taking a step forward, and that my app may not be incompatible in the future due to lack of engine support.
Welcome, again!
I guess I'm (probably?) the only one here who currently has an app using Irrlicht on the iOS app store and am still working on it's development, so I am very excited for Daniel to be working on metal. It shows that Irrlicht is taking a step forward, and that my app may not be incompatible in the future due to lack of engine support.
Welcome, again!
-
- Developer
- Posts: 25
- Joined: Tue Jan 21, 2014 9:15 pm
- Location: Goch, NRW, Germany
- Contact:
Re: New Irrlicht team-member for iOS & metal: Daniel Bockste
Not the only one. Our company has two Apps running on Irrlicht on the AppStoreLunaRebirth wrote:Welcome, Daniel
I guess I'm (probably?) the only one here who currently has an app using Irrlicht on the iOS app store and am still working on it's development, so I am very excited for Daniel to be working on metal. It shows that Irrlicht is taking a step forward, and that my app may not be incompatible in the future due to lack of engine support.
Welcome, again!
Take a look on https://www.winworker.de/mobile-aufmass-apps/ for details, but beware! It's a german company with a german website
Best regards,
Daniel Bocksteger
German iOS Developer born in '95.
Daniel Bocksteger
German iOS Developer born in '95.
-
- Posts: 38
- Joined: Mon Jan 09, 2012 5:07 pm
Re: New Irrlicht team-member for iOS & metal: Daniel Bockste
Well, it seems i am a little bit late, since i do not look regurlary in this forum nowadays....
But also from me welcome/herzlich willkommen Daniel
But also from me welcome/herzlich willkommen Daniel
Re: New Irrlicht team-member for iOS & metal: Daniel Bockste
Daniel got refused by SSH server a few times on svn commits so far. I can't help much with ssh setup on Apple as I have no Apple (or maybe still something wrong on SF setup side) . But I hope https-login solution will work when he tries next time. Yeah, some problems come from unexpected directions :-)
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
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: New Irrlicht team-member for iOS & metal: Daniel Bockste
Ok, is there any roadmap that can be discussed or will there be?
Or are you freestyling it? (not that I have anything against that)
Or are you freestyling it? (not that I have anything against that)