my renderer library
Go to file
Kevin Jerebica bca01fe3cd feat: add probe functions for user customization
custom probes inside the library allow the user developer
to run useful code along the renderer loop
2024-10-08 23:36:14 +02:00
assets init: kick-off repository from gravity's SC 2024-10-08 00:15:42 +02:00
include feat: add probe functions for user customization 2024-10-08 23:36:14 +02:00
.gitignore init: kick-off repository from gravity's SC 2024-10-08 00:15:42 +02:00
camera.c feat: introduce camera interface 2024-10-08 19:43:14 +02:00
dev.c feat: add probe functions for user customization 2024-10-08 23:36:14 +02:00
INSTALL fix: input handling 2024-10-08 17:27:09 +02:00
Makefile feat: introduce camera interface 2024-10-08 19:43:14 +02:00
math.c feat: introduce camera interface 2024-10-08 19:43:14 +02:00
object.c feat: introduce camera interface 2024-10-08 19:43:14 +02:00
README init: kick-off repository from gravity's SC 2024-10-08 00:15:42 +02:00
rendlib.c feat: add probe functions for user customization 2024-10-08 23:36:14 +02:00

               _ _ _ _   
 ___ ___ ___ _| | |_| |_ 
|  _| -_|   | . | | | . |
|_| |___|_|_|___|_|_|___|

    A work in progress rendering library written 
    in C.