Aleksey
Aleksey
[nuklear](https://github.com/vurtun/nuklear) looks good, supports theming and it's very lightweight compared to Qt/GTK.
@ThomasMonroe314 nuklear itself only receives user input and generates a list of shapes to draw, so in theory it can run on everything from a supercomputer to an electric kettle....
I really like sfan5's idea, but not the API, so here's my concept. ```lua local function say_hello(window_state, player) print("Hello, " .. window_state.name.text) end local function show_window(player_name) local window = minetest.window("mymod:window",...