Skip to content

Programmer Resources

Brian Lach edited this page Apr 30, 2023 · 4 revisions

While TF2 Panda uses a modified version of Panda3D, known as the Player, public resources still apply to the vast majority of engine systems.

Additionally, some of the repositories have text-file documentation in the src/doc directory.

Public resources do not apply to systems that have been rewritten or modified in the Player, such as the animation system, physics system, networking system, and build system. Game-specific systems do not have public resources.

There is no better resource than exploring the code to see how things work.

You can contact me with any questions you have.

Clone this wiki locally