fubark / cosmic

A platform for computing and creating applications.
https://cosmic.ooo
MIT License
343 stars 16 forks source link

UI Framework #15

Open fubark opened 2 years ago

fubark commented 2 years ago

This is really important to start using Cosmic for UI in visual applications. Essentially it will be a declarative/reactive framework that can be easily used in js. It should also be usable within Zig code as well for dev hud and other cool stuff yet to come. Details about what this looks like will come later when I revisit this. Even though some work has already been done, much work is needed to develop a standard library of widgets. This ticket will track the progress.

fubark commented 2 years ago

21 Adds a ui library in zig. It compiles to desktop and wasm/webgl2.

Leaving this ticket open for an equivalent JS API.