Here are some helpful links to getting started with Lua and ImGui (for Lua) in MQ
thanks @aquietone
Getting started with Lua and imgui in MQ: http://docs.macroquest.org/lua/
vs code extension for mq definitions https://marketplace.visualstudio.com/items?itemName=ZenithCodeForge.mq-defs
vs code definitions source (instructions in mq-definitions README.md): https://github.com/macroquest/mq-definitions
ImGui demo code: https://github.com/macroquest/macroquest/tree/master/src/plugins/lua/lua/examples/imgui_demo Run it in EQ with: /Lua run examples/imgui_demo
MQ bindings for ImGui and Lua: https://github.com/macroquest/macroquest/tree/master/src/plugins/lua/bindings
A minimal ImGui window sample: https://github.com/aquietone/misclua/blob/main/uisample1.lua
Macro to Lua guide https://docs.macroquest.org/lua/macro-to-lua/
Programming in Lua (free online book covering the basics of Lua) http://www.lua.org/pil/contents.html
mq-defs vscode extension and the imgui demo (both the c++ version and the Lua version, both which are included in mq) are going to be your best resources.
thanks @aquietone
Getting started with Lua and imgui in MQ: http://docs.macroquest.org/lua/
vs code extension for mq definitions https://marketplace.visualstudio.com/items?itemName=ZenithCodeForge.mq-defs
vs code definitions source (instructions in mq-definitions README.md): https://github.com/macroquest/mq-definitions
ImGui demo code: https://github.com/macroquest/macroquest/tree/master/src/plugins/lua/lua/examples/imgui_demo Run it in EQ with: /Lua run examples/imgui_demo
MQ bindings for ImGui and Lua: https://github.com/macroquest/macroquest/tree/master/src/plugins/lua/bindings
A minimal ImGui window sample: https://github.com/aquietone/misclua/blob/main/uisample1.lua
Macro to Lua guide https://docs.macroquest.org/lua/macro-to-lua/
Programming in Lua (free online book covering the basics of Lua) http://www.lua.org/pil/contents.html
mq-defs vscode extension and the imgui demo (both the c++ version and the Lua version, both which are included in mq) are going to be your best resources.

