Skip to content
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

README examples not working #37

Open
Midnoclose opened this issue Jul 24, 2019 · 6 comments
Open

README examples not working #37

Midnoclose opened this issue Jul 24, 2019 · 6 comments

Comments

@Midnoclose
Copy link

Whenever I try to run either of the examples in the README, I get an error similar to this:

Error

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


Traceback

[C]: in function 'NewFrame'
main.lua:18: in function 'update'
[C]: in function 'xpcall'
@flamendless
Copy link

Yes, this happens with the 0.9 release version. I am also looking at this issue

@Moonstrous
Copy link

Any luck ?

@Hperigo
Copy link

Hperigo commented Oct 7, 2019

Hi, just in case somebody needs help:

I'm on MacOs and using the released bin from github gave me the same error. But building the library worked

@nullset2
Copy link

I am trying to cross-reference patrickriordan's imgui_lua_bindings, which I believe this is based off of, and I'm trying to use the Drawlist from lua to no avail:

    imgui.DrawList_AddLine(
        imgui.DrawList_AddLine(0, 0, 100, 100, 0xFF0000FF, 2));

I'm trying to come up with an example as to how to use the drawlist but nothing has come up. An example in this repo would also be nice.

@nexovec
Copy link

nexovec commented Oct 23, 2021

Is this a project no longer maintained? I'm getting the same issue.

@flamendless
Copy link

flamendless commented Oct 23, 2021

Use the mikuauah fork for updated one

https://github.com/MikuAuahDark/love-imgui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants