- Joined
- Mar 23, 2019
- RedCents
- 8,961¢
- Pronouns
- He/Him
Alright, you ImGui Coders!
The latest MQNext Version just added TABLES to the ImGui Bindings, so I took a bit of time today and put together the Stubs for the ImGui Lua Library.
gitlab.com
These stubs include all the methods available on the Original Bindings found here:
github.com
As well as the new Table methods and Enums added.
Don't forget there is also a set of autocomplete stubs for the Lua MQ library as well.
https://gitlab.com/Coldblooded/mq-emmylua-definitions
This one is still a work in progress, as MQ is a complex beast
But it does work!
This article goes into more detail on how to set up your VSCode IDE with the correct Extensions.
Happy coding!
The latest MQNext Version just added TABLES to the ImGui Bindings, so I took a bit of time today and put together the Stubs for the ImGui Lua Library.
Coldblooded / MQ ImGui EmmyLua Defintions · GitLab
EmmyLua annotated class stubs for the MQ Next implementation of ImGui.
These stubs include all the methods available on the Original Bindings found here:
GitHub - MSeys/sol2_ImGui_Bindings: These are the ImGui bindings for sol2 (https://github.com/ThePhD/sol2/)
These are the ImGui bindings for sol2 (https://github.com/ThePhD/sol2/) - MSeys/sol2_ImGui_Bindings
As well as the new Table methods and Enums added.
Don't forget there is also a set of autocomplete stubs for the Lua MQ library as well.
https://gitlab.com/Coldblooded/mq-emmylua-definitions
This one is still a work in progress, as MQ is a complex beast
But it does work!This article goes into more detail on how to set up your VSCode IDE with the correct Extensions.
Happy coding!

