Skip to content

smilerightnow/python_3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_3d

a simple 3d rendering library + simple CAD

Done:

  • Projection of 3D coordinates to 2D window.
  • Using the mouse to zoom, pan, rotate on all 3 axis.
  • Selectable points and lines.
  • Points can be linked with a line.
  • Simplifying the code as much as possible. Currently, using only tkinter+numpy.
  • Selected line can be chamfered.

TODO:

  • adding some CAD functions.
  • Removing numpy and using only built-in tools. :)

Rendering Demo(a cube):

Demo

About

a simple 3d rendering library + cad. using only builtin tools

Topics

Resources

Stars

Watchers

Forks

Languages