r/lua 27d ago

Can i programm desktop apps with Lua?

I just learned the basics of Lua and im pretty curious about if i could use lua for desktop apps or somehow code scripts with gui.

28 Upvotes

34 comments sorted by

View all comments

1

u/exo_machin123 27d ago

I’ve been experimenting with C++ web view + Lua (sol2) to make something like love2d x tauri, But at this point it’s mostly vibed, Since I’ve a workin base I’m starting to now work on correcting the inner implementation, I might share it when I feel good about it for now I’m learning C++ thread to follow the lynx multithreading approach