3 Réponses
+ 1
Ursina Engine - 3D games written in Python
https://youtu.be/aCpBzdciU0o
+ 2
https://code.sololearn.com/WykoN7bcDsgX/?ref=app
Specialization FAQs
+ 2
Complex 3D games arent written in python because of pythons nature. Python isnt a compiled language, (it uses an interpreter), which makes it very VERY slow. It also doesnt have very mant GUI libraries. Python is better for computational work and AI/machine learning (though C may beat it in speed for purely computation mathmatical/cpu intensive work.)