All Projects → JetBrains → Noria Clj

JetBrains / Noria Clj

Licence: other
Experimental Desktop UI Framework

Programming Languages

kotlin
9241 projects

Efficient cross-platform incremental UIs with Noria

Noria is a UI library for building lightweight, responsive, cross-platform UIs. Few key points:

  • Targeting desktops, no mobile/web targets.
  • Usable from Java/Kotlin, extensible via Kotlin.
  • Lightweight, not based on Electron.
  • Consistent cross-platform look and feel. No native widgets.
  • Rendering via Rust and OpenGL.
  • Flutter/Subform inspired layout model.
  • Efficient incremental reconciler.

Documentation

Checking Noria out

Prerequisites: Java 12, Maven, Cargo

git clone https://github.com/JetBrains/noria-clj.git
cd noria-clj/ui
./script/rebuild && ./script/run

This is what you should see:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].