webui/examples/C/text-editor
Hassan DRAGA bdf6bac511 Fix Makefile x86 and ARM conflict
Removing ` /MACHINE:X64`
2024-07-06 22:45:06 -04:00
..
ui Rename Example IDs - text-editor 2024-06-18 12:28:34 -04:00
GNUmakefile Linux - C Adding -LDL lib 2024-06-05 09:09:59 -04:00
main.c Update Text Editor Example 2024-07-06 20:42:33 -04:00
Makefile Fix Makefile x86 and ARM conflict 2024-07-06 22:45:06 -04:00
README.md Update text editor example docs 2023-09-12 05:30:46 +02:00

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