SaaSHub helps you find the best software and product alternatives Learn more →
Sciter Alternatives
Similar projects and alternatives to sciter
-
webview
Tiny cross-platform webview library for C/C++/Golang. Uses WebKit (Gtk/Cocoa) and Edge (Windows)
-
tauri
Build smaller, faster, and more secure desktop applications with a web frontend.
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
sciter-js-sdk
Sciter.JS - Sciter but with QuickJS on board instead of my TIScript
-
-
-
imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
-
qt
Qt binding for Go (Golang) with support for Windows / macOS / Linux / FreeBSD / Android / iOS / Sailfish OS / Raspberry Pi / AsteroidOS / Ubuntu Touch / JavaScript / WebAssembly
-
Sonar
Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
-
-
-
-
quickjs
Public repository of the QuickJS Javascript Engine. Pull requests are not accepted. Use the mailing list to submit patches.
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
sciter reviews and mentions
-
@dorbus/flexboard: React component library for re-sizable sidebars
Sigh... HTML should support with arbitrary content as in sciter.
-
What is the fastest, lightest weight GUI framework?
I'm surprised no one has mentioned it but I've been using SciterJS (website) for my most recent project. I wouldn't ever claim it's the best UI framework out there, but it's lightweight and I've never felt so productive - I've rapidly developed my UI and integrated it with my native C++ far faster than I thought possible. I will note that it is far, far cheaper and has so many more features than Ultralight does.
-
Things CSS Could Still Use Heading into 2023
4) if content does not exceed viewport height, remove v-scrollbar and goto 1 if it has it before;
The only option is to use scrollbars that do not take space: normally scrollbar appears thin semitransparent bar on top of content. And on mouse hover the real scrollbar appears , but again on top of content.
Such scrollbars do not cause re-layout as you see and VW is a viewport width always.
That's why in Sciter(https://sciter.com) I've added
overflow:scroll-indicator;
- Innovative Rich Text Editing: Typing Affinity
- Testing Microsoft's Windows Dev Kit 2023
-
Localizing a Qt App; Or Anything Else For That Matter
As a solution, in Sciter, I've extended JSX notation, so it got translation markings:
-
Ladybird: A new cross-platform browser project
You can store index of the node in parent m_children collection.
Iteration on array is faster (cache locality) than DL list traversal. And there are issues when you traverse tree while changing it.
In any case I've found that storing child nodes as m_children collection is more convenient in many cases. At least in Sciter (https://sciter.com).
struct node {
-
What makes Go unsuitable for UI development?
Have a look at sciter for GUI. It is a great tool for GUI. But be aware that the maintainer does not have stable or LTS builds. You're always working with the current master branch version and every new release will likely break something or add new features (which will likely break something). I like sciter and we have it in use for commercial software but I would not choose it again because of the missing stable or LTS branches. But maybe this is okay for you and you will give it a try?
-
The pervasive effects of C's malloc() and free() on C APIs
Do we need to free the string? And if "yes" then how? It is not realistic to provide free** for each such API function...
In Sciter API (https://sciter.com) I am solving this by callback functions:
typedef void string_receiver(const char* s, size_t slen, void* tag);
-
Am I the only one miss C++ application GUI that is so much snappier and responsive than todays GUI framework such as Electron or others using python, JS etc?
If you really, really have to build cross platform, rich UI - check out https://sciter.com/. It's html/css/js but still pretty fast and relatively lightweight.
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007fea59436700>
www.saashub.com | 29 Jan 2023