This is a simple 3D renderer with PS1 like graphics, it has shader hot reloading, model loaders, extended .glsl
for including code, and more.
Stack:
- C99
- SDL3
- Glew
- Assimp
- cimgui
- This project uses
mate.h
build system I created, for more info check it here - To run use your compiler of choice and run the build script with:
gcc ./mate.c -o ./mate.exe && ./mate.exe
, for now it only works on MinGW