Any good NativeUI Lua alternatives?

I’m looking for something similar to NativeUI Lua Reloaded, which I’m currently using to write NativeUI-style menus. The github repo for this was deleted and I’m also looking for something more up to date/maintained/optimised, but I have to be able to write LUA code with it since I’m not used to C#. My first choice would have been to use LemonUI but can’t seem to find any LUA documentation or example menus. Any ideas? I remember that the developer of LemonUI said that it has a Lua version, did anyone develop a menu with it and might be willing to share code snippets as examples for doing basic things (creating a menu pool, a menu, submenu, lists, buttons, etc)?

For NativeUI Reloaded you can use this GitHub repository:

You can also use this alternatives like (for C# and Lua):

Scaleformui not only has examples… but the creator made also a discord server for scripting and for ScaleformUI updates/support

2 Likes

Talking about yourself at the third person :slight_smile: ? My only problem with ScaleformUI is the CC licensing, since I’m working on a paid resource.

Ahahahaahah, you can use scaleformui on a paid resource… just place it as a requirement… if the resource is in C# then yeah… you can add the lib.dll to the resource itself :grin:
I’m working on an update to get an exports working… but it’s a really big library… so it’s gonna take time😅

1 Like

Alright, I’ll give it a try.