Panda3D Manual: How to compile a CXX Panda3D programThis 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 Windows, compiling using g++ will not work. It is however possible to compile your Panda3D project using the MSVC (Microsoft Visual Studio 2008 C++) compiler. The following page describes how to do that: Some have also managed to build Panda3D under OSX. This is the related forum thread:
© Carnegie Mellon University 2010 |