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

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.

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...