golang-ui / nuklear

This project provides Go bindings for nuklear.h — a small ANSI C GUI library.
https://github.com/vurtun/nuklear
MIT License
1.57k stars 98 forks source link

nk_stroke_line not available #5

Closed Chillance closed 7 years ago

Chillance commented 7 years ago

Hey!

Seems this nk_stroke_line isn't available in the Go API (nk_draw_list_stroke_line is though). I assume the nk.yml needs to be updated to include it as well?

There is a bunch of others missing too, such as: nk_stroke_curve nk_stroke_rect ...

Thanks!

xlab commented 7 years ago

Thanks for the report @Chillance ! There was a typo in my manifest so these functions were left out. Fixed now, pls check.

Chillance commented 7 years ago

Seems to work now, thanks!