Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 400 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 400 Bytes

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

изображение