demonixis / C3DE

C3DE is a 3D Game Engine powered by MonoGame
MIT License
125 stars 17 forks source link

Plans for Meta (Oculus) Quest support? #11

Open MeblIkea opened 1 year ago

MeblIkea commented 1 year ago

Hi, I saw this project, and I was wondering if it would be possible to make games quest-friendly with this Engine. I'm trying to search cool alternatives to Unity, after their new policies, and this engine fit in what I want to do. (I saw that project haven't got any new updates since 2018, but I saw that the author of this project is still active on GitHub, so ye) (And there is no discussion tab, so I can't do nothing but open an Issue thing :>) Thanks!!

demonixis commented 1 year ago

Hello, Yes there are plans for that, but it's a bit tricky because MonoGame doesn't support anything else than GLES2.0 and we need more. So no plans for short term sorry. You can expect OpenXR support popping one day on PC and Android when Vulkan or GLES 3 is OK with MonoGame.

You can take a look at StereoKit btw