sciter-js-sdk

By sciter-engine

Sciter-js-sdk Alternatives

Similar projects and alternatives to sciter-js-sdk

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better sciter-js-sdk alternative or higher similarity.

sciter-js-sdk reviews and mentions

Posts with mentions or reviews of sciter-js-sdk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-03.
  • AvaloniaUI: Create Multi-Platform Apps with .NET
    13 projects | news.ycombinator.com | 3 Feb 2024
    - https://gitlab.com/sciter-engine/sciter-js-sdk/-/tree/main/b... - Skia backend.

    You can load in usciter this document:

    https://gitlab.com/sciter-engine/sciter-js-sdk/-/blob/main/s...

    It shows pretty large colorized texts so you can estimate how Direct2D and Skia handle GPU accelerated text rendering. For these two binaries the difference is only in graphics used - Direct2D and Skia.

  • Show HN: DataSheetGrid, an Airtable-like React component
    3 projects | news.ycombinator.com | 11 Nov 2023
    Agree about virtualization in principle. Not that nightmarish though.

    My Sciter supports built-in virtualization out of the box. But I shall admit that this is second approach to the problem.

    Currently Sciter's behavior:virtual-list supports as fixed-height items (that's easy) as variable-height items like messages [1] in chats.

    API is relatively simple [2]: single event "contentrequired" that virtual-list sends to JS. In response JS shall either append or prepend requested number of DOM elements to the container (a.k.a. sliding window scroller). Example, grid showing 20000 records: https://gitlab.com/sciter-engine/sciter-js-sdk/-/blob/main/s...

    [1] https://sciter.com/behaviorvirtual-list-for-sciter-and-scite...

  • I've built a multi-session browser
    3 projects | /r/browsers | 18 Jun 2023
    Thank you for your explanation. As for Electron alternatives, Sciter is much more lightweight, supports Vue and includes a native webview. Anyway, good luck with your project!
  • JavaScript import maps are now supported cross-browser
    14 projects | news.ycombinator.com | 3 May 2023
  • XUL Layout has been removed from Firefox
    18 projects | news.ycombinator.com | 1 Apr 2023
    > we have a number of other libs to integrate, some of which add their own rendering (which requires access to e.g. a Vulkan context, not merely HTML/CSS or other high-level UI elements)…

    I have a customer that is doing something close: it is a 3D CAD alike app where they have Vulkan rendering 3D scene with Sciter UI on top of that - rendering chrome UI around that 3D and on the same Vulkan surface.

    Sciter API supports rendering in windowless mode (https://gitlab.com/sciter-engine/sciter-js-sdk/-/tree/main/d...) where app supplies OpenGL, Vulkan or DirectX context to render on.

    > Sorry, but I'll have to pass.

    Understood. Sometimes people need not just to get job done but also "OS" label on it.

  • Flutter Desktop Isn't There Yet
    5 projects | news.ycombinator.com | 3 Feb 2023
    Attempt to combine all these definition in single language is doomed to fail. If in doubts then look at WPF.

    3. Notes on language-behind-UI...

    If to consider #2 then such simple thing as JavaScript language and VM are quite adequate to the task. Language-behind-UI do not need to be that performant, but it must be flexible. I may express un-popular opinion but language-behind-UI should be typeless.

    Simply put: don't do ray tracing in language-behind-UI. But! Such a language shall have simple mechanism of adding high performant functions. There are good languages that are specifically designed for performance: C, C++, D, Rust, Zig, WebAssembly, etc. You just need convenient mechanism to expose those functions to runtime of language-behind-UI. Like here: https://gitlab.com/sciter-engine/sciter-js-sdk/-/blob/main/d...

    You need JITs, compilation, fat VMs and runtimes, strong types only if your language is the only mean to define algorithms in whole application. But expect that your code will always be sub-optimal - neither enough performant nor super flexible.

    4. Conclusion

    Flutter should be something Sciter-alike :) - use [X]HTML/JSX, CSS and some already well known language-behind-UI. JavaScript is the natural choice. If needed you should be able to use native UI components - like in Sciter you can use existing HWND based and windowless native components inside your UI. It may not follow Web UI model on 100% (that's impossible) but to be conceptually close so developers can reuse their skills. Web UI model is conceptually close to Mobile one - all application UI is constrained inside single window.

  • What is the fastest, lightest weight GUI framework?
    5 projects | /r/cpp_questions | 27 Dec 2022
    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.
  • The miracle of Smalltalk’s become: (2009)
    2 projects | news.ycombinator.com | 23 Nov 2022
    Only when code tries to access props/methods of the loaded object it gets fetched from disk, its __proto__ is set to particular class, etc.

    More on this architecture: https://gitlab.com/sciter-engine/sciter-js-sdk/-/blob/main/d...

    Patched QuickJS with storage support is here: https://gitlab.com/c-smile/quickjspp - it uses DyBase of Konstantin Knizhnik as a storage.

  • Localizing a Qt App; Or Anything Else For That Matter
    2 projects | /r/programming | 11 Oct 2022
    More on i18n support in Sciter.
  • Sciter.Android, preview available
    2 projects | /r/programming | 9 Oct 2022
    Sciter got native (built-in) Signal implementation made after PReact's Signals;
  • A note from our sponsor - WorkOS
    workos.com | 25 Apr 2024
    The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning. Learn more →