An open API service indexing awesome lists of open source software.

https://github.com/bas1c1/vlibc

header-only no-std crossplatform simple graphics library in C
https://github.com/bas1c1/vlibc

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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

![изображение](https://github.com/user-attachments/assets/e1b749b0-74a0-4c06-b739-2f2e12801030)