Skip to content
forked from slint-ui/slint

SixtyFPS is a toolkit to efficiently develop fluid graphical user interfaces for any display: embedded devices and desktop applications. We support multiple programming languages, such as Rust, C++ or JavaScript.

License

Notifications You must be signed in to change notification settings

giannissc/sixtyfps

Repository files navigation

SixtyFPS

This is the monolithic repository of the SixtyFPS project.

What is SixtyFPS

It is a toolkit to efficiently develop fluid graphical user interfaces in different languages. The aim of the project is to be

  • Lightweight: We aim to provide a runtime that fits into a few hundred kilobytes of RAM and requires little processing power.
  • Straightforward: We want programmers and designers to feel productive. It should be an enjoyable experience to design and developer the user interface. We aim to provide APIS that are idiomatic and easy to use for each target language, along with excellent documentation and modern tools.
  • Native: We support many platforms. From embedded devices, to desktop, including mobile and web. One should feel at home on each platform. Both the user and the developer. The appearance and look and feel should match was is expected of an application build for this platform.
Printer Demo Widget Gallery
Screenshot of the Printer Demo Screenshot of the Gallery Demo

Documentation

SixtyFPS can be used from different frontend languages. Refer to the README of these direcory for actual user documentation.

The docs folder contains build instructions and internal developer docs.

Modern C++ Library for GUI

Rust GUI library

NodeJS bindings

The .60 DSL

SixtyFPS UI comes with a mark-up language that is specifically designed for user interfaces: It provides a powerful way to describe graphical elements, their placement and the flow of data through the different states. Here's the obligatory "Hello World":

HelloWorld := Window {
    Text {
       text: "Hello, world"
    }
}

Check out the language reference for more details.

Examples / Demo

Todo

Contributions

Contributions are welcome. To contribute, please see CONTRIBUTING.md. Contributions are done under a CLA.

License

The software is provided under a dual license scheme

  • GNU GPLv3: Open source license ideal for free software.
  • Commercial SixtyFps license: more details to come.

About

SixtyFPS is a toolkit to efficiently develop fluid graphical user interfaces for any display: embedded devices and desktop applications. We support multiple programming languages, such as Rust, C++ or JavaScript.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 94.1%
  • C++ 3.8%
  • TypeScript 0.7%
  • CMake 0.6%
  • JavaScript 0.4%
  • HTML 0.2%
  • Python 0.2%