Skip to content

yakiya51/3DProjection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

3DProjection

Rotating/Projecting a 3D cube on a PyGame window.

WARNING: If you want better performance, use numpy to set up all matrices/coordinates and use its built-in matrix multiplication method. The ijk algorithm used in the custom matrix multiplication method is extremely inefficient (O(n^3)). The reason why I used it anyway was because I wanted to code the project from scratch without numpy and performance was not a constraint.

Youtube Tutorial: https://www.youtube.com/watch?v=sQDFydEtBLE

About

Rotating/Projection a 3D cube and displaying it on a PyGame window.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages