Skip to content

Latest commit

 

History

History

text-editor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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