A way to create slint interfaces in a similar way to Google's Flutter. Hecho en Puerto Rico por Radamés J. Valentín Reyes.
This is just a proof of concept that just began development.
Here is a Hello World example.
run_app(SlintedScaffold {
body: Widget::Text(TextWidget{
text: "Hello World".into(),
}),
})