slages / love-imgui

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

Sorry, what about image drawing? #23

Closed egordorichev closed 6 years ago

egordorichev commented 6 years ago

Can't find anything about, how to use love2d textures with imgui.Image :X Thanks ;) I really enjoy your port!

taxilly commented 6 years ago
IMAGE = love.graphics.newImage("logo.png")

--in render loop
imgui.Image(IMAGE, 100, 100)