Small 3D/RT rendering engine based on OpenGL-ES with Python ctypes bindings.
Go to file
2022-12-04 01:43:35 +01:00
cpp Cleanup: remove loading of shader sources. 2022-12-04 01:43:35 +01:00
docs Renderer and Python ctypes bindings. 2022-08-28 04:23:13 +02:00
__init__.py Add mat4_mul_vec3. 2022-11-29 03:05:34 +01: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.