V binding generator for Dear ImGui
This is an automated process to generate imgui.v and implot.v
- generate C for imgui using cimgui
- generate C for implot using cimplot
v translateC to Vcleanup_imgui.perlandcleanup_implot.perlto fix some errors
v install https://github.com/antono2/vulkan
v install https://github.com/antono2/glfw
v install https://github.com/antono2/imgui
# Build vimgui lib
cd ~/.vmodules/imgui
cmake .
makeUsing GLFW and Dear ImGui antono2/v_imgui_examples
On Ubuntu
sudo apt install -y luajit
~/.vmodules/imgui/generate_v.shOr
# Install luajit for your OS
# Go to vmodules/imgui
v generate.vshThank you @ryoskzypu - from #regex on libera.chat - for loving perl and helping people out.