You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How does one get started with writing an own UI using mruby-zest?
I sort of understand the test-libversion.c way of setting up the Zyn UI, but how would one approach of defining a UI?
Would it be possible to create a "Hello World" example?
The text was updated successfully, but these errors were encountered:
On 06-27, Jens-Christian Fischer wrote:
How does one get started with writing an own UI using mruby-zest?
I sort of understand the `test-libversion.c` way of setting up the Zyn UI, but how would one approach of defining a UI?
Would it be possible to create a "Hello World" example?
--------------------------------------------------------------------------------
Widget {
id: my_base_widget
function draw(vg)
{
background color(:red)
}
Text {
label: "Hello World"
}
}
--------------------------------------------------------------------------------
I'm guessing you will want something a bit more thorough than that
however.
How does one get started with writing an own UI using mruby-zest?
I sort of understand the
test-libversion.c
way of setting up the Zyn UI, but how would one approach of defining a UI?Would it be possible to create a "Hello World" example?
The text was updated successfully, but these errors were encountered: