Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Linux support #504

Closed
LifeIsStrange opened this issue May 7, 2019 · 10 comments
Closed

[Feature request] Linux support #504

LifeIsStrange opened this issue May 7, 2019 · 10 comments
Labels
Resolution-Won't-Fix We're just really obstinate about this. There's probably a good reason.

Comments

@LifeIsStrange
Copy link

Please.

@DHowett-MSFT
Copy link
Contributor

This is a Windows project. Linux is not in our plan.

@SafariMonkey
Copy link

#498 (comment) covers some technical reasons for why this would be difficult.

@probonopd
Copy link

This is a Windows project. Linux is not in our plan.

Uh, https://twitter.com/windowsdev/status/1125476958794539008 has

@zadjii-msft
Copy link
Member

Sure, you'll be able to launch into any of your WSL distros straight from the new tab drop down, but running on linux is not part of our strategy at this time.

@DHowett-MSFT
Copy link
Contributor

Hey @probonopd, those are WSL instances! The Windows Subsystem for Linux lets you run unmodified Linux distributions (and unmodified ELF64 binaries!) natively on Windows.

Running the terminal on linux is not in our plan. :)

@v3ss0n
Copy link

v3ss0n commented May 8, 2019

Port this to linux anyways , just need to replace directx with opengl calls.

@zadjii-msft
Copy link
Member

@v3ss0n It's definitely not "just replace directx with opengl". The entirety of the Terminal UI is written using UWP XAML, which definitely doesn't work on linux, and neither does C++/WinRT. Without both of those, the Terminal won't be possible to port to linux.

The core of the logic might be possible to port, but there's already a plethora of good terminal abstractions on linux.

@v3ss0n
Copy link

v3ss0n commented May 8, 2019

Thanks , but Graphic accelerated Terminal is very interesting , hope this will spark inspirations on linux

@zadjii-msft
Copy link
Member

I believe jwilm/alacritty is a OpenGL terminal for linux, if you need a linux terminal.

@wiltaylor
Copy link

Don't need to replace DirectX calls. You could use VKD3D to translate them to Vulkan calls. :D

Once it's ported to Linux we will have to figure out how to run doom in it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution-Won't-Fix We're just really obstinate about this. There's probably a good reason.
Projects
None yet
Development

No branches or pull requests

7 participants