A cozy and modern UI and windowing engine.
Warning: Chai-ui is still in alpha stages
Chai-ui is a Windows only UI and windowing library with the goal to have minimum stress and maximum debuggability.
For a full in-depth guide of chai-ui, check out the documentation.
Make sure you have the following requirements: Windows + MSVC + Direct2D/DirectWrite libraries
Visit the releases page and download the .lib file attached.
When compiling your application, make sure to link the file. For example:
cl.exe /EHsc main.cpp ChaiUI.lib /Iinclude /link /subsystem:windows d2d1.lib dwrite.lib ole32.lib uuid.lib gdi32.lib user32.libmain.cpp→ your sourceChaiUI.lib→ the static library you downloaded/Iinclude→ points to the header files- Link the required Windows/Direct2D libraries