Skip to content

lcox74/Py3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Py3D

A 3D rasterizer made in python using the pygame libraries to display the polygons. The program supports .obj files as long as the object has been triangulated as it can't read anything more than triangles at the moment. I'm also looking into how to make the program run faster while still using pygame. Due to using pygame, the speed will always be very limited.

Controls

  • W, A, S, D = Movement
  • Left, Right Arrows = Rotation

About

A 3D python rasterizer that renders full 3D scenes from loaded in .obj files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published