Gnimuc / CImGui.jl

Julia wrapper for cimgui
https://github.com/cimgui/cimgui
MIT License
253 stars 25 forks source link

Use demo for tests. Fix docs #94

Closed IanButterworth closed 11 months ago

IanButterworth commented 11 months ago

This package doesn't work for me on MacOS Silicon due to https://github.com/Gnimuc/CImGui.jl/issues/74 and I was surprised to see there weren't any tests.

This

Gnimuc commented 11 months ago

looks like CI is not happy. better to exclude the test in CI.

IanButterworth commented 11 months ago

I could try getting it working with xvfb?

IanButterworth commented 11 months ago

@Gnimuc I've been trying to figure out what the broken link in the docs to IsDataType should be. It's not even in the commit where that doc was added https://github.com/Gnimuc/CImGui.jl/commit/5847ae98de3ef8def7598fe979eafd01b5c57937

I see ImGuiPayload_IsDataType in lbcimgui. Perhaps there's a missing wrapper function for that?

IanButterworth commented 11 months ago

Should be good to review now @Gnimuc

Just see https://github.com/Gnimuc/CImGui.jl/pull/94#issuecomment-1732658140

Gnimuc commented 11 months ago

@Gnimuc I've been trying to figure out what the broken link in the docs to IsDataType should be. It's not even in the commit where that doc was added 5847ae9

I see ImGuiPayload_IsDataType in lbcimgui. Perhaps there's a missing wrapper function for that?

Yes. Some C++ methods are not wrapped.