mirror of
https://github.com/webui-dev/webui
synced 2025-03-28 21:13:17 +00:00
WebUI C - Text Editor
This text editor is a lightweight and portable example written in C using WebUI as the GUI library.
-
Windows
# GCC mingw32-make
-
Linux
# GCC make # Clang make CC=clang
-
macOS
make