cimgui / cimguizmo

This is a c-api wrapper for ImGuizmo
MIT License
20 stars 16 forks source link

cimguizmo.h:95 random `]]` as return type appears #3

Closed gucio321 closed 1 week ago

gucio321 commented 1 week ago

to reproduce:

cd ImGuizmo
git checkout master
cd ../generator
sh generator.sh
cat ../cimguizmo.h |head -n95 |tail -n1

will give you

CIMGUI_API ]] void ImGuizmo_deprecated("Use PushID/PopID instead.");
sonoro1234 commented 1 week ago

fixed now. There were some cpp attributes [[deprecated("Use PushID/PopID instead.")]] that had to be deleted.

gucio321 commented 1 week ago

thank you!

sonoro1234 commented 1 week ago

Your cimguizmo repo is not a fork of this repo but a remix of other cimgui repos. It seems very inconvinient in order to use future cimguizmo (or cimgui) modifications. It also can lead to other people using your repo without knowing it is not the original cimguizmo repo.

gucio321 commented 1 week ago

yes, sorry I forgot about it, I'll remove it.

gucio321 commented 1 week ago

ok, now gucio321/cimguizmo is a fork of this and the old version is cimguizmo-old and is private archive.