Panda3D Manual: Getting Started with your Development Environment


This page is not in the table of contents.

Setting up your IDE

This section explains how to set up your environment in order to build a Panda3D game written in C++.

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:

On Linux and Mac OS X you can compile using the g++ compiler. The following pages describes how to do that: