Small 3D/RT rendering engine based on OpenGL-ES with Python ctypes bindings.
Go to file
2022-09-20 02:54:59 +02:00
cpp Add mat4_projection and mat4_lookat. 2022-09-20 02:54:59 +02:00
docs Renderer and Python ctypes bindings. 2022-08-28 04:23:13 +02:00
__init__.py Add mat4_projection and mat4_lookat. 2022-09-20 02:54:59 +02:00
.gitignore Initial commit 2022-08-28 03:55:34 +02:00
BUILDING Renderer and Python ctypes bindings. 2022-08-28 04:23:13 +02:00
DEPENDENCIES Renderer and Python ctypes bindings. 2022-08-28 04:23:13 +02:00
LICENSE Initial commit 2022-08-28 03:55:34 +02:00
Makefile Remove unused c++20 flag in makefile. 2022-09-05 11:49:47 +02:00
README.md Initial commit 2022-08-28 03:55:34 +02:00

rk_engine

Small 3D/RT rendering engine based on OpenGL-ES with Python ctypes bindings.