highfestiva

Results 3 issues of highfestiva

**V version:** V 0.2.2 273655e.e9d7ff7 **OS:** Microsoft Windows 10 Pro v19041 64 bit **What did you do?** ```v enum SomeType { a } fn f(t &SomeType) ?int { return match...

Bug

This pull request depends on the pull request https://github.com/moderngl/moderngl-window/pull/196 to be integrated first. This commit replaces pyimgui with [imgui_bundle](https://github.com/pthom/imgui_bundle) in the examples. The reason for doing so is that imgui_bundle...

The integration is more or less the exact same as with pyimgui, however since pyimgui is manually coded and imgui_bundle is automated, imgui_bundle has been able to keep up with...