Open xoofx opened 1 year ago
Maybe try using Raylib. It already has a ui lib and its really small.
I use the Raylib-CsLo Bindings.
Its also really easy to use.
Here are some links: https://www.raylib.com/index.html https://github.com/raysan5/raygui
I second this, RayGUI is a great lib
I was not able to find a .NET UI library that is small enough (e.g not bringing 10MB of Skia native binaries) and compatible with NativeAOT, and would support the VST3 model (e.g just HWND, renderloop is handled by the host).