Python Forum

Full Version: Implementation of Elevator simulation 3D
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I have to do a project, let's suppose that the 3D elevator simulation.
I want to implement this in our beloved python, my question is what to really use to handle this whole 3D? I read about pygamas, pyglets, pyopenglas, pandas and blender scripts, but some should be applied to 2D etc. I would like to hear from you any suggestion on this subject, I am from the industry but I have nothing to do with python related to graphic models
Thanks in advance!
possibly Blender? https://pypi.org/search/?q=blender+3D
This will give you a list of all packages having to do with python and blender, you will have to spend a bit of time checking each one to see if it might do what you're looking for.

Other possible solutions: https://pypi.org/search/?q=3d+graphics
I d rather prefer something common due to huge amount of courses and tutorials.