Sciter – Multiplatform HTML/CSS UI Engine for Desktop and Mobile Applications
1–10 of 77 posts
Re: Sciter – Multiplatform HTML/CSS UI Engine for Desktop and Mobile Applications
#2Re: Sciter – Multiplatform HTML/CSS UI Engine for Desktop and Mobile Applications
#3Looks like something you'd use for UI in a native app.
Re: Sciter – Multiplatform HTML/CSS UI Engine for Desktop and Mobile Applications
#4This looks quite good and pricing seems reasonable. I wonder why I’ve not come across it before. Anyone have experience of this vs Electron?
Re: Sciter – Multiplatform HTML/CSS UI Engine for Desktop and Mobile Applications
#5I admit most/all of the interfaces I've personal used are using electron/webkit/ie to render which are all quite bloated. Is this different? It's not entirely clear and would be an important differentiator.
I still don't understand the draw though. The best native apps look and behave natively; using a platform like this prevents that or just makes it harder to accomplish. Using such a platform seems like it's entirely developer-focused and not-at-all user focused, which is a shame.
Re: Sciter – Multiplatform HTML/CSS UI Engine for Desktop and Mobile Applications
#6Re: Sciter – Multiplatform HTML/CSS UI Engine for Desktop and Mobile Applications
#7Is there anything with Electron-ish apps (Sciter is preferable it seems as it has less bloat)? I searched for instance for a desktop theme for Electron and only found a mac os x theme which indeed works like described above but I don't want everything to look like mac os x or windows or linux or ios or android; either it should look native-ish (nothing beats native though) on the platform it runs on , or it should look like something completely 'new'.
Re: Sciter – Multiplatform HTML/CSS UI Engine for Desktop and Mobile Applications
#8It's very tiny (1200 lines single-header file).
I actually wouldn't be surprised if it used webview internally.
Re: Sciter – Multiplatform HTML/CSS UI Engine for Desktop and Mobile Applications
#9Assuming you want a very lightweight HTML/CSS UI engine, I think you can get 80% of the way by using webview[1]. It's very tiny (1200 lines single-header file). I actually wouldn't be surprised if it used webview internally. [1]: https://github.com/zserge/webview
Re: Sciter – Multiplatform HTML/CSS UI Engine for Desktop and Mobile Applications
#10This looks quite good and pricing seems reasonable. I wonder why I’ve not come across it before. Anyone have experience of this vs Electron?
It's not aiming for 100% compatibility to web standards. More like a familiar way to create GUIs. Electron is a very up to date browser instance, and that is both its strength and weakness.