Skip to content

Simple app to test using cimgui on windows from scratch

Notifications You must be signed in to change notification settings

Elkantor/windows_cimgui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compile & Run

To compile & run the program, use your favorite C compiler on windows, and link against gdi32 and user32:

  • with gcc:
gcc src/main.c -lgdi32 -luser32
a.exe
  • with clang (or zig cc):
clang src/main.c -lgdi32 -luser32
a.exe

zig cc src/main.c -lgdi32 -luser32
a.out

About

Simple app to test using cimgui on windows from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages