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
- Host: GitHub
- URL: https://github.com/bas1c1/vlibc
- Owner: bas1c1
- License: mit
- Created: 2024-06-27T09:54:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T18:03:50.000Z (9 months ago)
- Last Synced: 2025-04-04T19:20:28.803Z (9 months ago)
- Language: C
- Homepage:
- Size: 1.5 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
