Panda3D Manual: Building and hosting your own packagesPutting your entire application into a p3d file is a useful way to distribute small applications, but there are times when you need to distribute your code a little more intelligently. Large applications may need to be divided into several smaller pieces for download at runtime; or you might have a large C++-based library that you want to make available to several different applications, without having to re-download it for each one. For these purposes, you should consider using packages. A package has several advantages over a simple p3d file:
On the other hand, setting up packages requires a little more work than simply building a p3d file. © Carnegie Mellon University 2010 |