I am currently using MacOS Sierra. I can get other libs like PretzelGUI working and so on, but ImGUI is not able to be generated by tinderbox -> this is the error I get:
Unable to copy from /Users/luisarandas/cinder_0.9.1_mac/blocks/Cinder-ImGui/lib/imgui/imconfig.h to /Users/luisarandas/cinder_0.9.1_mac/myApps/test/blocks/ImGui/lib/imgui/imconfig.h(GenerateFailed)
The lib folder seems to be empty.
Thanks in advance
Thank you very much @lithium
It is able to create now, the thing is it doesn’t build even without any init. I create a new project in tinderbox and then I just open and it doesn’t run. These are the errors.
Heh, i had considered addressing this in advance because the same thing happened to me a while ago. At some point, the author of imgui split out the widget code into a separate file, and that hasn’t been added to the cinder block definition.
All you need to do is find imgui_widgets.cpp in the imgui lib folder and add it to your project. You should probably edit the cinder-imgui cinderblock.xml to make sure this happens automatically in future as well.