Adam Martin
Adam Martin
Agreed, this requires familiarity with Dear ImGui and the underlying system's that would include player inventory etc that aren't in place yet.
#176 is all about the infrastructure to support a GUI. This ticket can be moved to the new release if time doesn't permit.
GLFW3 has a glad backend.
Some _EXT are no longer present as is, I had to search through https://raw.githubusercontent.com/Dav1dde/glad/master/glad/files/gl.xml to see the alias
Is this relevant and needed to get the game done?
Added 0.2 milestone as there is some underlying architecture needed for a few of these. Some might might be able to be done sooner.
onChatCommand has been added see api docs
Player info and player list are exposed via User and UserList. Currently the only data is the user's Id and their username. If you can expand on what data you'd...
 [Lua API](https://trello.com/c/Fm0YR8ns/6-lua-api)
I cannot test context creation on linux/mac, but it _should_ be a drop-in replacement.