Slint is an open-source declarative GUI toolkit to build native user interfaces for Rust, C++, JavaScript, or Python apps.
Find a file
2020-05-06 09:51:21 +02:00
.github/workflows Add Github action for doing basic rust compile/format/tests 2020-05-04 10:57:46 +02:00
api/sixtyfps-rs Fix contact info in Cargo manifests 2020-05-04 11:54:45 +02:00
examples/graphicstest Use cgmath throughout 2020-05-05 23:00:03 +02:00
sixtyfps_compiler Fix the CodeStatement::from_node 2020-05-05 18:36:24 +02:00
sixtyfps_runtime Fix alpha blending in the gl renderer 2020-05-06 09:51:21 +02:00
.gitignore Ignore VS Code settings 2020-05-04 15:27:21 +02:00
Cargo.toml proc_macro to have parser tests 2020-05-04 17:11:02 +02:00
README.md Update README.md 2020-05-06 07:15:18 +02:00
rustfmt.toml Initial commit laying out the structure 2020-05-04 10:49:58 +02:00

SixtyFPS

This is the monolithic repository of the SixtyFPS project.

What is SixtyFPS

It is a GUI engine, with libraries for different languages. The aim of the project is to be

  • Lightweight: We aim to provide a runtime that fits in a few MB. Minimize the RAM usage, and also be blazing fast.
  • Straightforward: We want to optimize as well for programmer and designer productivity. Making it an agreeable experience to work with. We claim to use well thought idiomatic API for each target language. Provide well written documentation. And use of modern tools.
  • Native: We support many platform. 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.

<insert a few screenshot here>

SixtyFps.cpp

Modern C++ Library for GUI

SixtyFps-rs

Rust GUI library

SixtyFps-js

NodeJS bindings

The .60 DSL

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

The compiler

The runtime library

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 double license scheme

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