https://github.com/branc116/rlgl-cpu-static
Compile raylib such that it renders stuff to png image, without using opengl.
https://github.com/branc116/rlgl-cpu-static
Last synced: 3 months ago
JSON representation
Compile raylib such that it renders stuff to png image, without using opengl.
- Host: GitHub
- URL: https://github.com/branc116/rlgl-cpu-static
- Owner: branc116
- Created: 2024-09-14T20:50:46.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-23T04:42:50.000Z (about 1 year ago)
- Last Synced: 2025-06-09T18:49:20.799Z (4 months ago)
- Language: C
- Size: 2.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rlgl static cpu
Implement rlgl such that you don't have to link with glfw, nor X11 nor dynamicaly load opengl.
Just render stuff to array and write it to png.# Why
If you wanna render something, but you don't have a working opengl implementaion on your device.
To create gui regression tests...