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

Repository files navigation

vlibc

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

license

This project is distributed under the GNU AGPLv3 license. If you plan to use vlibc in your own (closed) software, embedded devices, or SaaS products without opening the source code, you need a commercial license.

To buy one, contact me here: vlibc_development@internet.ru

building

build command for sdl_impl:

gcc test.c -lSDL2 -O3 -ffast-math -fno-math-errno -std=c99

build command for console_impl:

gcc test.c -O3 -ffast-math -fno-math-errno -std=c99

examples

3d rotating gradient cube

изображение

About

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

Resources

License

Stars

Watchers

Forks