Small 3D/RT rendering engine based on OpenGL-ES with Python ctypes bindings.
Go to file
2022-09-20 03:10:59 +02:00
cpp Cleanup: remove projection and views and add setters for mat3 and mat4 instead. 2022-09-20 03:10:59 +02:00
docs Renderer and Python ctypes bindings. 2022-08-28 04:23:13 +02:00
__init__.py Cleanup: remove projection and views and add setters for mat3 and mat4 instead. 2022-09-20 03:10: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 Cleanup: remove projection and views and add setters for mat3 and mat4 instead. 2022-09-20 03:10:59 +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.