Panda3D is an open source game engine. This project is about creating a series of tutorials that provide a gentle enough entry to it for people who already know Python. Here is a rough first outline...
Hi. So, what is Panda3D? In the 80s, Disney started experimenting with VR technology for its theme park rides....
BSD-3 means what?
...and here's a whole bunch of websites to read about it, to get in contact with the community, or to throw money at Panda3D. panda3d.org, Discourse, Discord, IRC, Twitter, Reddit, ...
pip install panda3d
git clone
makepanda
import ShowBase; ShowBase(); base.run() bdist_apps
- What is that
panda3d
/direct
split about? - Basics of ShowBase / provided builtins
task_mgr
/ events
There is no editor.
scene graph, and what to do with it
a dive into everything between scene graph and the rendered image.
How does a 3D image get rendered? What are shaders?