Code Monkey home page Code Monkey logo

Comments (4)

felixse avatar felixse commented on September 2, 2024

Hi,
yeah I know putting a patched xterm.js in there is a bit crappy, but I will be able to remove it once xterm.js 3.1.0 will be released (planned for next week). As for the rest of the components: They are all pretty tightly coupled, so I don't think there is a need for updating them separately. Nevertheless thank you for your suggestions 👍

from fluentterminal.

x1unix avatar x1unix commented on September 2, 2024

@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 explorer is regular win32 app but it utilizes UWP components.

from fluentterminal.

manuelelucchi avatar manuelelucchi commented on September 2, 2024

@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)

from fluentterminal.

felixse avatar felixse commented on September 2, 2024

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.

from fluentterminal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.