Skip to content

anatom3000/3dTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Engine

Little 3D engine I made using pygame and my limited knowledge of 3D rendering. It can render STL files and transform loaded models dynamically.

On my machine, it can handle around 200 triangles (or 600 edges) at 60 fps. (As this is pure python and pygame, it does not use the GPU).

Left: 3D object in Blender; Right: the same object rendered by the engine!


Feel free to ask any questions :)

About

An attempt at making a PoC 3D engine in pygame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages