On Friday, 13 November 2015 at 21:30:34 UTC, karabuta wrote:
On Friday, 13 November 2015 at 20:03:38 UTC, Ramon wrote:
Just for note, you can make desktop D applications in HTML/CSS3/scripting using https://github.com/midiway/sciter-dport


May be Github's Electron or D's webview bindings(which also abstracts too much, with too much weird naming conventions) IMO.

No, there is a lot of difference between engines. Chromium is tailored for web-browsers, while Sciter goal is for making desktop apps, so it is more lighweight and flexible. Electron is a binary distribution so its pretty hard to mix any new native code.

You don't need to know nothing about Sciter API to start off, you can just download a project from http://misoftware.rs/Bootstrap and just write the HTML, the code will teach you by itself, you learn as you go, and it is flexible because you have access to all native source-code involved, unlike Electron.

Reply via email to