-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
love 0.11 support #15
Comments
Last time I tested it worked, not sure what's going wrong now... But I'll probably wait for it to be released before supporting it officialy. |
I have managed to get the demo in the README working fine with LÖVE 0.11.0 (7782351), in the minor branch of my fork. These were the changes I made. |
It looks like the main reason some of the errors were so mysterious is that Lua chunk calls failed, and just left errors on the stack that were never handled, instead of the results it was expecting to work on. It would be highly beneficial to actually check for these. |
Great I'll try to integrate it when I'll find some time, ideally by keeping the compatibility with love 0.10.* versions. |
Now that Love 11.0 is officially out, hopefully someone can take a look at this some time soon. Short of fixing this on master, if @qoh or someone else could upload |
@oniietzschan here's my build of it from a while back, should still work: imgui.zip |
Any update on this? I'm on linux so I can't use the dll. |
I've updated the repo to use LOVE 11.1, and I'll soon prepare a release and make the pre-built binaries. |
the module doesn't work at all with love 0.11, it just errors out when you try to do anything.
I don't know what your policy on supporting pre-release builds is, but AFAIK the rendering-related stuff for 0.11 is pretty stable now.
The text was updated successfully, but these errors were encountered: