Panda3D Manual: How to compile a CXX Panda3D program
  <<prev top next>>     

This short guide explains how to compile and run a Panda3D game written in C++. If you use Python for your Panda3D programs, you can skip this section.


On UNIX, it is very good possible to compile using the g++ compiler. The following page describes how to do that:

On Windows, compiling using g++ will not work. It is however possible to compile your Panda3D project using the MSVC compiler. The following page will explain how to compile pview, a sample C++ application,using MSVC:

Some have also managed to build Panda3D under OSX. This is the related forum thread:

  <<prev top next>>