No Mojo2 support?

Monkey Targets Forums/Windows 8/No Mojo2 support?

Soap(Posted 2016) [#1]
Is this planned at all for WinRT targets?


Soap(Posted 2016) [#2]
Just realized why
>opengl

Glfw3+Angle target would be the kind of thing needed to get winrt targets working with mojo2?


ImmutableOctet(SKNG)(Posted 2016) [#3]
From what I understand, OpenGL/ANGLE support is already there for "Universal Windows Apps", there's just no Monkey target for it. It probably wouldn't be too hard to get working.


k.o.g.(Posted 2016) [#4]
any news?


skid(Posted 2016) [#5]
In regards to Universal Apps and Angle, Microsoft seem to be talking the talk.

A Universal App Monkey target sounds like a good idea once xbox Live support is added which may or may not be this year.


Difference(Posted 2016) [#6]
+One for this. A Monkey Angle Universal App target would rock!


Xaron(Posted 2016) [#7]
For me this platform is a MUST HAVE actually.


Difference(Posted 2016) [#8]
Any news on this?


k.o.g.(Posted 2016) [#9]
give me a like button!

interests me too


malublu(Posted 2016) [#10]
You can use https://chromium.googlesource.com/angle/angle/+/master/README.md to translate your code.
Github repo: https://github.com/google/angle
Here an other translator: https://github.com/MSOpenTech/angle

Some other solution are: https://sourceforge.net/projects/gldirect/ but i think it's only work with opengl 1.
Another sulotion i found on codeplex: https://gl2dx.codeplex.com/

The best solution:
Windows should support opengl ;)


Xaron(Posted 2016) [#11]
Thanks for the links but I don't want to use any clumsy strange code translation stuff. I want a UWP target.


Amon(Posted 2016) [#12]
I agree with Xaron but for the sake of saying I tried I wll try visit those links malublu posted. At the end of the day it may be something I have to fall back on.

Thank you, malublu.


malublu(Posted 2016) [#13]
no problem ;)
the links can also help to make a target for UWP
I read that UWP also support now opengl?
Here are angle to use it with nuget:
https://github.com/MSOpenTech/angle/wiki/How-To-Use-the-ANGLE-NuGet-Package