c-for-go
c-for-go copied to clipboard
golang-ui/nuklear build is broken
Hello,
I forked https://github.com/golang-ui/nuklear and made it build it again on Ubuntu 24.04. Here is the link to the repo https://github.com/agreppin/nuklear/blob/main/nk.yml.
c-for-go now has problem generating the following structs:
- nk_convert_config, types.go missing line_AA, shape_AA (nk_anti_aliasing)
- nk_draw_vertex_layout_element, types.go missing attribute & format
- const.go missing type for enum nk_anti_aliasing (enum values are ok)
- maybe more ...
I tried to use very older version of c-for-go with no luck. Please give me some clue on how to solve this issue.
Thank you
some details here: https://github.com/agreppin/nuklear/issues/1