This is an attempt to create a decent 3D game engine and check how far we can go with 3D rendering on a fx-CG50.
Go to file
Sylvain PILLOT 8bddc5b083 Initial commit : v3d_16 and m3d_16 classes and some FP (Q8.8 and Q16.16) operations (sqrt/sine/cosine) 2024-01-20 22:35:00 +01:00
assets-cg Initial commit : v3d_16 and m3d_16 classes and some FP (Q8.8 and Q16.16) operations (sqrt/sine/cosine) 2024-01-20 22:35:00 +01:00
assets-fx Initial commit : v3d_16 and m3d_16 classes and some FP (Q8.8 and Q16.16) operations (sqrt/sine/cosine) 2024-01-20 22:35:00 +01:00
src Initial commit : v3d_16 and m3d_16 classes and some FP (Q8.8 and Q16.16) operations (sqrt/sine/cosine) 2024-01-20 22:35:00 +01:00
.gitignore Initial commit : v3d_16 and m3d_16 classes and some FP (Q8.8 and Q16.16) operations (sqrt/sine/cosine) 2024-01-20 22:35:00 +01:00
CMakeLists.txt Initial commit : v3d_16 and m3d_16 classes and some FP (Q8.8 and Q16.16) operations (sqrt/sine/cosine) 2024-01-20 22:35:00 +01:00
README.md Initial commit : v3d_16 and m3d_16 classes and some FP (Q8.8 and Q16.16) operations (sqrt/sine/cosine) 2024-01-20 22:35:00 +01:00
build Initial commit : v3d_16 and m3d_16 classes and some FP (Q8.8 and Q16.16) operations (sqrt/sine/cosine) 2024-01-20 22:35:00 +01:00
capture Initial commit : v3d_16 and m3d_16 classes and some FP (Q8.8 and Q16.16) operations (sqrt/sine/cosine) 2024-01-20 22:35:00 +01:00
clean Initial commit : v3d_16 and m3d_16 classes and some FP (Q8.8 and Q16.16) operations (sqrt/sine/cosine) 2024-01-20 22:35:00 +01:00
rebuild Initial commit : v3d_16 and m3d_16 classes and some FP (Q8.8 and Q16.16) operations (sqrt/sine/cosine) 2024-01-20 22:35:00 +01:00
send Initial commit : v3d_16 and m3d_16 classes and some FP (Q8.8 and Q16.16) operations (sqrt/sine/cosine) 2024-01-20 22:35:00 +01:00

README.md

#3D Engine

This is an attempt to create a decent 3D game engine and check how far we can go with 3D rendering on a fx-CG50.