AllenDang / cimgui-go

Auto generated Go wrapper for Dear ImGui via cimgui
MIT License
332 stars 51 forks source link

Codegen refactor #273

Closed gucio321 closed 6 months ago

gucio321 commented 6 months ago

We all love object programming right? :smile: I've organised main.go int a few, handy objects. One of these objects called Context is passed through the whole generator (instead of a bunch of maps). Also, now all generators uses maps by default so that checking if certain name is present in map is super easy.