issues
search
actondev
/
s7-imgui
Using s7 scheme alongside Dear ImGui to (interactively) build (cross platform) GUI apps.
40
stars
4
forks
source link
Feature/imgui bindings
#2
Closed
actondev
closed
4 years ago
actondev
commented
4 years ago
Imgui bindings & macros
c primitives: allocating in heap, passing to ffi calls (eg for
ImGui::Begin
which needs a ref to a
bool*
)
some demo for SDL audio (wav) playback
hack for
SDL_CreateWindowFrom
setting opengl flag. (other solution was to use my SDL fork)
and some more
ImGui::Begin
which needs a ref to abool*
)SDL_CreateWindowFrom
setting opengl flag. (other solution was to use my SDL fork)and some more