Answer the question
In order to leave comments, you need to log in
Do you have any GUI libraries in mind for desktop applications written in JavaScript?
For more than a year now, I have been missing a tool for developing native interfaces (GUI) of cross-platform desktop applications in JavaScript.
For those who stumble upon this question while looking for such a tool, here is a list of what is roughly similar to what I am looking for, but fully meets the requirements:
The first category is webkit-based solutions for desktop applications:
Answer the question
In order to leave comments, you need to log in
In my opinion, there is a confusion of concepts. If you need a native application, then a render for html called webkit/blink/gecko/trident is definitely not needed. You need a js engine V8/SpiderMonkey/Chakra, but they are not that big.
What is called "enhanced RTTI" in RAD 2010 has been built into windows since XP and is called ActiveX. At one time it was actively used in VB. Moreover, JS can still be used as a language (see WSH). Only there is not much sense in this, because. 99% of js libraries are designed to work with the DOM, i.e. with webkit or other renderers, which means you have to write everything from scratch. And why, when there are already ready-made libraries written in native languages? Therefore, either Electron and all the power of js, or Delphi and all the power of VCL.
Almost everything can be done in QML, but some things are much easier to bring to C ++ and work with them through it.
I myself have been looking under Lazarus, but so far I have come to one thing: a graph is taken. either BGRABitmap and everything is done manually on it.
Bonus.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question