Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 498 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 498 Bytes

WebUI C - Text Editor

This text editor is a lightweight and portable example written in C using WebUI as the GUI library.

Example
  • Windows

    # GCC
    mingw32-make
  • Linux

    # GCC
    make
    
    # Clang
    make CC=clang
  • macOS

    make