Nibiru banner

Nibiru

2 devlogs
5h 20m 36s

Nibiru is a cross-platform native UI framework.
Write once, run on Windows, Mac and Linux

k_preslav

DEVLOG #2

Today I added scripting support with JavaScript!
Now we can have the famous “Hello World” of UI Apps - the Button Clicker :D

0
k_preslav

DEVLOG #1

Today i layed the groundwork for Nibiru - THE UI Framework for creating native cross platform applications with ease!

How this works?
Well it just parses json and makes UI.

What got implemented today?

  • Stack Layout
  • Text
  • Button
  • Sidebar (that was hard 😮‍💨)

What is missing?
The two most important things missing are:

  • A lot of Elements (Toggles, Sliders, TextInput, etc.)
  • Scripting

How would scripting work?
With JavaScript 🥳, because it is EASY!

I have implemented just Windows for now, using WPF and the Official Fluent Theme, but support for Mac and Linux is comming soon.

Follow the project to not miss anything 🙂

0