R
R
RainyWay2022-03-06 09:21:46
Python
RainyWay, 2022-03-06 09:21:46

What python library can be used for 3D graphics?

You need to display a triangle or polygon on a plane, and then perform various actions on them: rotate, scale and rotate.
Also create a light source so that the object casts a shadow.

I decided to use python for this task, but I don’t know which library to use for this

Answer the question

In order to leave comments, you need to log in

3 answer(s)
T
Timur, 2022-03-06
@Becoming_Java_Developer

try using OpenMesh, it's just working with 3D models

V
Vladislav Samokhvalov, 2022-03-06
@DragoVlad

You can even use PyGame, like here , but if you want something simpler, there is Panda3D

A
Alan Gibizov, 2022-03-06
@phaggi

I recommend reading this.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question