rdb c341df738f Update for 1.5.4 (though not complete yet) vor 17 Jahren
..
Config.pp.sample 1c6caa4e55 Replaced HAVE_DX with HAVE_DX8 and HAVE_DX9 vor 19 Jahren
Config.prc 27956d0fd4 Missing texture-path vor 21 Jahren
INSTALL-MK b75f89438f changed cvs root for sf.net vor 20 Jahren
INSTALL-PP 1c6caa4e55 Replaced HAVE_DX with HAVE_DX8 and HAVE_DX9 vor 19 Jahren
INSTALLING-PLUGINS.TXT fd8eabc2fc *** empty log message *** vor 18 Jahren
InstallerNotes f80bae23f0 Added info about standalone games vor 21 Jahren
LICENSE fb9c56432a we are now using the modified BSD license vor 18 Jahren
README 0cc932301d new stuff from CMU vor 21 Jahren
ReleaseNotes c341df738f Update for 1.5.4 (though not complete yet) vor 17 Jahren

README

Panda3D is an open source 3D Engine originally developed, and still
actively maintained, by the Walt Disney VR Studio. Additional
development and support for the open source community is provided by
the Entertainment Technology Center of Carnegie-Mellon University.

At the present, we are providing two completely unrelated systems for
building Panda. The original build system, ppremake, is still in
active use by the VR Studio, but will probably eventually be phased
out in favor of the new build system, makepanda.

The ppremake system is a makefile generator, and allows you to
configure your build environment to a high degree of customization.
It is a fairly complex build system, and it requires some comfort with
using the command-line make utilities.

The makepanda system is a Python script that directly invokes the
compiler to build the Panda sources. Its emphasis is on providing a
hands-off, simple approach to building Panda.

Both systems may require you to first install a number of third-party
tools if you would like to make them available for Panda, such as
FreeType or OpenSSL. You may also download a zip file that contains
precompiled versions of these third-party libraries from the Panda
website, which is especially useful when used in conjunction with the
makepanda system.

If you are interested in compiling Panda for yourself, you are welcome
to use either build system. Please refer to the documents INSTALL-PP
or INSTALL-MK, in this directory, for build instructions for ppremake
and makepanda, respectively. You may also be interested in
downloading the prebuilt Panda3D binaries from the Panda website at
http://panda3d.etc.cmu.edu/ .