framework7
sciter-js-sdk
framework7 | sciter-js-sdk | |
---|---|---|
26 | 44 | |
18,447 | 1,632 | |
0.2% | - | |
5.5 | 9.3 | |
19 days ago | over 3 years ago | |
JavaScript | Pawn | |
MIT License | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
framework7
-
Trying to Recreate iOS on the Web
Loosely related, there are frameworks for recreating native UI for mobile apps written in JS, e.g: https://framework7.io/
-
What PWA Can Do Today
Some frameworks and themes to use in combination :
- https://konstaui.com/
- https://framework7.io/
- Thoughts & recommendations on building a web, desktop and mobile app with vue
-
Are there any UI frameworks competitors to Vue Vuetify or React MUI?
Try https://konstaui.com/ , which spawned from https://framework7.io/
-
Curious how this sgame is being developed?
The game is built on an old version of F7 - https://framework7.io/
- Framework7 – Full Featured Framework for Building iOS, Android and Desktop Apps
-
We have started a new Svelte component library inspired by tabler.io: YeSvelte
Have you seen Framework7?
- Full Featured Mobile HTML Framework for Building iOS and Android Apps
-
Konsta UI – Mobile UI Components Built with TailwindCSS
Ehm, this remind me that there is https://framework7.io/ too and i spot a similarity on the web sites ;-)
- Framework7.io – build mobile and web apps with native look and feel
sciter-js-sdk
-
Open source alternative to Perplexity Comet
good callout wrt being slower than JIT. ofc for certain applications it's not a showstopper, ie, if you're not using javascript for your MVC but doing more of a progressive enhancement thing.
CSS2 is closer to trivial, but CSS3 is practically a 3D game engine with all of its matrix transforms, transitions, animations, variables - not to mention all the different layout schemes (Sciter blogged about introducing display:flex and display:grid two months ago)
The most interesting part of Sciter to me is that data persistence goes way beyond localStorage (string key: string value) or filesystem API, instead it's DyBase [0][1] behind the scenes, which looks to be a very intriguing style of storing trees of data in the host language's datatype (including whatever classes you define) without mucking about with the leaky abstractions of an ORM.
[0] https://github.com/c-smile/sciter-js-sdk/blob/main/docs/md/s...
[1] http://www.garret.ru/dybase.html
-
GameScripter.JS — write games in JS, compile to tiny executable
How tiny is the output? What is the API? (I couldn't find any documentation. I thought maybe it's in the Help menu in the app itself but all I found was this https://i.imgur.com/6puOMIe.png - On that note, what level of JS is supported? As far as I can tell it uses this https://github.com/c-smile/sciter-js-sdk which is based on Fabrice Bellard's QuickJS ) Is there sound?
-
What technologies to use for a desktop app
JavaScript & Electron Sciter!
-
Ultralight VS sciter-js-sdk - a user suggested alternative
2 projects | 4 Apr 2022
- Ask HN: Why aren't there any real alternatives to Electron?
-
Zig Build System Internals
Having normal procedural language for build automation is of course useful. That's for those 10% of cases when "standard" build DSL (make,CMake,etc.) simply do not have facilities.
But the rest of 90% tasks should have compact (easily readable) definitions.
I personally found that Premake5 has quite good balance for these tasks.
Premake files are plain .lua files and due to Lua syntax they are easily readable. And if needed you can call from them procedures defined in again Lua.
So typical project (multiplatform) definition looks pretty readable, for example one project from Sciter SDK:
https://github.com/c-smile/sciter-js-sdk/blob/main/premake5....
-
Alternatives for realtime offline-first JavaScript applications
More details.
-
App Localization in Flutter
That's why in Sciter I've extended JSX with translation meta instruction @:
-
Tauri – Electron alternative written in Rust
Note Tauri is full fledged Client/Server with WebView (client) is running in separate process with RPC between UI process and Rust code (Server).
For the comparison:
Standalone Sciter (scapp.exe, https://github.com/c-smile/sciter-js-sdk/tree/main/bin) takes ~8 MB of RAM (with minimal Cairo and GDI backends).
That's 20 times less than even Tauri.
WebView based solutions are not suitable for applets - small portable desktop applications.
-
Dioxus v0.1 - a new Rust GUI toolkit for Web, Desktop, Mobile, SSR, TUI that emphasizes developer experience [WebView-based rendering]
scapp.exe ( Standalone sciter engine ) takes 45 Mb showing its default "about" document.
What are some alternatives?
konsta - Mobile UI components made with Tailwind CSS
vue-native-core - Vue Native is a framework to build cross platform native mobile apps using JavaScript
svelte-material-ui - Svelte Material UI Components
remarkable - Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to generate a table of contents.
onsenui - Mobile app development framework and SDK using HTML5 and JavaScript. Create beautiful and performant cross-platform mobile apps. Based on Web Components, and provides bindings for Angular 1, 2, React and Vue.js.
leaflet-geoman - 🍂🗺️ The most powerful leaflet plugin for drawing and editing geometry layers