slages / love-imgui

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

Love 11.1 Builds? #27

Open Jarodwr opened 6 years ago

Jarodwr commented 6 years ago

Hi, having some trouble building the latest version. I'm sure my issues are machine specific but if you can upload the latest build I'd appreciate it.

ghost commented 6 years ago
Error

main.lua:125: bad argument #1 to 'NewFrame' (string expected, got table)

Traceback

[C]: in function 'NewFrame'
main.lua:125: in function 'update'
[C]: in function 'xpcall'

love 11.1 here, any idea?

ghost commented 6 years ago

https://github.com/camchenry/love-imgui/releases

ty @camchenry!! just curious are they 32 or 64 bit? if possible can u give me the w32 version? in case i ship game

@everyone this build works on 11.1!!

PROOF: image

camchenry commented 6 years ago

The releases are currently just 64-bit. I use Appveyor to create the Windows builds automatically and it should support 32-bit platforms, I just haven't gotten around to it yet. If I have some time, I may get around to it, but I'm not sure that will be soon.

ghost commented 6 years ago

@camchenry ty. i'll mess around with appveyor and see if i can get a 32 bit one generated. ty for your work for makikng it work on 11.1, it's appreciated!

gdinit commented 5 years ago

@camchenry Thank you for the build.

@ghost Thank you for linking it here.