slages / love-imgui

imgui module for the LÖVE game engine
MIT License
321 stars 61 forks source link

Supply instructions on how to build on linux #43

Open Shadowblitz16 opened 3 years ago

xharris commented 3 years ago

This would be nice. Especially since there's no linux binary for the last 2 versions.

EDIT: Looks like the instructions may be here? https://github.com/slages/love-imgui/issues/19#issuecomment-494762030

Also, it looks like imgui.NewFrame() can be called in the beginning of love.draw instead of love.update to avoid buggy crashes.