Sciter is recommended for developers who need to build GUI applications that are cross-platform and want to leverage their web development skills. It's especially useful for those looking to create lightweight applications without the overhead of more extensive frameworks like Electron. It is also suitable for developers interested in rapid prototyping and creating custom UI/UX solutions.
No Sciter videos yet. You could help us improve this page by suggesting one.
Based on our record, Sciter should be more popular than QuickJS. It has been mentiond 71 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
This is a fantastic approach. BTW, it looks like the js engine is "QuickJS" [0]. (I'm not familiar with it myself.) I like it because sqlite by itself lacks a host language. (e.g., Oracle's plsql, Postgreses pgplsql, Sqlserver's t-sql, etc). That is: code that runs on compute that is local to your storage. That's a nice flexible design -- you can choose whatever language you want. But quite typically you... - Source: Hacker News / 8 days ago
And some lightweight alternatives like Bellard's QuickJS (https://bellard.org/quickjs/) in C and Kiesel (https://kiesel.dev/) in Zig. - Source: Hacker News / 4 months ago
Built on a highly optimized JavaScript runtime powered by QuickJS, Query offers fast startup times and efficient execution. Its built-in caching mechanism further enhances performance by storing function responses, reducing database load and latency. This focus on speed makes Query a standout choice for server-side rendering, especially in applications with many components. - Source: dev.to / 5 months ago
Which JS VMs have you tried embedding? People in this thread have suggested https://github.com/Moddable-OpenSource/moddable, and https://duktape.org/, but I haven't tried any of them. - Source: Hacker News / 5 months ago
Where the previous SDK was built on top of the QuickJS JavaScript engine and the Javy runtime, the new SDK is built on top of the Firefox browser’s SpiderMonkey engine, and the Bytecode Alliance’s StarlingMonkey runtime and ComponentizeJS WIT bindings generator. - Source: dev.to / 6 months ago
There is also https://sciter.com/ that the author tried to find finance to make it opensource but couldn't find enough supporters. - Source: Hacker News / 12 days ago
> I'm convinced that using an embedded browser engine to render app UI is the future. Sciter exists: https://sciter.com/ And it indeed is great for UI. - Source: Hacker News / 4 months ago
I think Sciter is probably the better comparison: https://sciter.com/ It is a ground-up implementation of HTML and CSS rendering. IIRC it used to have its own programming language but now uses JS. I’ve long been interested in this kind of thing but haven’t actually played with Sciter in depth. Used to be that the licensing was a concern but looking at the site now it seems the terms have changed to be much more... - Source: Hacker News / 10 months ago
Seems a good place to mention https://sciter.com/ It's been on HN loads of times. A "browser" engine but very narrow scope. Works a treat for LOB type apps. - Source: Hacker News / 12 months ago
> wondering if css and svg could be used as abstraction over graphics and UI libraries There's another project called Sciter that uses CSS to target native graphics libraries: https://sciter.com > I wonder how hard it was to implement css. I've heard it can be pretty complex. It was hard, but the biggest barrier is the obscurity of the knowledge. Text layout is the hardest, because working with glyphs and... - Source: Hacker News / about 1 year ago
ACE (Ajax Code Editor) - Focused and built towards coders, web designers, and web builders, ACE (Ajax Code Editor) can help...
Ultralight - Fast, light HTML UI solution for C++ apps
VS Code - Build and debug modern web and cloud applications, by Microsoft
Electron - Build cross platform desktop apps with web technologies
Emscripten - Emscripten is an LLVM to JavaScript compiler.
Flutter - Build beautiful native apps in record time 🚀