-
Notifications
You must be signed in to change notification settings - Fork 445
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
Use xterm.js as Git Submodule #4
Comments
Hi, |
@felixse, thank you for the feedback! Do you know the way how can Win32 apps use UWP UI? Afaik UWP doesn't have access to win32 and can't start processes ( except the url handlers) so thats the reason why you use nodejs workaround, but the |
@x1unix since redstone 4 you can use windows.Ui.composition on win32 programs and with rs5 you should use also windows.ui.xaml. But nothing more for now. The best solution is an uwp that calls win32 (there is a large subset of win32 api that can be called from uwp) |
Yes, the only thing we can do with the current state of UWP is using FullTrustProcessLauncher to start a win32 program and then rely on IPC. |
I recommend to use xterm.js component (and also rest of the components such as
Client
as Git submodules.This allows to work and update the components independently and also improves code organization.
Good luck!
The text was updated successfully, but these errors were encountered: