Skip to content
/ vlibc Public

header-only no-std crossplatform simple graphics library in C

License

Notifications You must be signed in to change notification settings

bas1c1/vlibc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vlibc

header-only no-std crossplatform simple graphics library in C

building

build command for sdl_impl:

gcc test.c -lSDL2 -O3 -ffast-math -fno-math-errno

build command for console_impl:

gcc test.c -O3 -ffast-math -fno-math-errno

examples

3d rotating gradient cube

изображение

About

header-only no-std crossplatform simple graphics library in C

Resources

License

Stars

Watchers

Forks

Languages