SiliconStudio / xenko

Old repo for Xenko Game Engine. Please use https://github.com/xenko3d/xenko instead.
http://xenko.com
1.54k stars 345 forks source link

Linux/macOS Development Support? #417

Open harry-cpp opened 8 years ago

harry-cpp commented 8 years ago

I saw an old closed issue about this that was opened before the Linux/macOS runtime was available. Has any progress been made on this? In case you do plan on porting, I don't mind helping out as long as there is some public discussion on a plan.

xen2 commented 8 years ago

Linux is planned for next release (1.7). Since macOS is very similar, it shouldn't take long to have it as well.

harry-cpp commented 8 years ago

Does it also include the editor?

xen2 commented 8 years ago

Unfortunately no, but you will be able to deploy and run remotely from the GameStudio

harry-cpp commented 8 years ago

Any plans to move the editor to some multiplatform GUI toolkit?

xen2 commented 8 years ago

In the future (when worth it) we might consider it (have some idea there), but nothing in the short/medium-term.

manu-st commented 8 years ago

The Linux support is available in Xenko 1.7. The macOS support is coming soon!

ddevault commented 7 years ago

:+1: for the editor on Linux. This project looks super interesting but until that's available there's no way I'm going to try it.

ma1onso commented 7 years ago

Waiting editor on Linux, engine look great

alugarius commented 7 years ago

@xen2 Linux coming soon?

passeride commented 6 years ago

Engine looking amazing, waiting for editor on linux

xen2 commented 6 years ago

@passeride Thanks! Don't hold your breath for linux editor, it's a daunting task which is low priority compared to the many other things to do first, it probably won't happen for a while.

jmkinzer commented 6 years ago

The only sane (yet still daunting) way to attempt this would to port the editor over AvaloniaUI and then use that across all platforms. Even assuming resources were available this wouldn't make sense to start until AvaloniaUI is far more stable however.

xen2 commented 6 years ago

Discussion should probably continue in https://github.com/xenko3d/xenko/issues/8

Kryptos-FR commented 6 years ago

@jmkinzer That is indeed something we considered. But as you said, although AvaloniaUI is getting pretty good, it is not completely stable yet.