WIP: this code doesn't work yet. Come back later.
Go bindings for epezent/implot written against inkyblackness/imgui-go. The ultimate intent is to provide bindings in AllenDang/giu.
implot
- this is the code we're wrapping... obviously we need this.imgui-go
- we need animgui.h
; since we're binding intoimgui-go
, it's easier to useimgui.h
from there rather than pull in our own, since it needs to stay in sync withimgui-go
anyway.