|
@@ -8,12 +8,12 @@ Panda3D
|
|
|
Panda3D is a game engine, a framework for 3D rendering and game development for
|
|
Panda3D is a game engine, a framework for 3D rendering and game development for
|
|
|
Python and C++ programs. Panda3D is open-source and free for any purpose,
|
|
Python and C++ programs. Panda3D is open-source and free for any purpose,
|
|
|
including commercial ventures, thanks to its
|
|
including commercial ventures, thanks to its
|
|
|
-[liberal license](https://www.panda3d.org/license.php). To learn more about
|
|
|
|
|
-Panda3D's capabilities, visit the [gallery](https://www.panda3d.org/gallery.php)
|
|
|
|
|
-and the [feature list](https://www.panda3d.org/features.php). To learn how to
|
|
|
|
|
-use Panda3D, check the [documentation](https://www.panda3d.org/documentation.php)
|
|
|
|
|
|
|
+[liberal license](https://www.panda3d.org/license/). To learn more about
|
|
|
|
|
+Panda3D's capabilities, visit the [gallery](https://www.panda3d.org/gallery/)
|
|
|
|
|
+and the [feature list](https://www.panda3d.org/features/). To learn how to
|
|
|
|
|
+use Panda3D, check the [documentation](https://www.panda3d.org/documentation/)
|
|
|
resources. If you get stuck, ask for help from our active
|
|
resources. If you get stuck, ask for help from our active
|
|
|
-[community](https://www.panda3d.org/community.php).
|
|
|
|
|
|
|
+[community](https://discourse.panda3d.org).
|
|
|
|
|
|
|
|
Panda3D is licensed under the Modified BSD License. See the LICENSE file for
|
|
Panda3D is licensed under the Modified BSD License. See the LICENSE file for
|
|
|
more details.
|
|
more details.
|
|
@@ -21,7 +21,16 @@ more details.
|
|
|
Installing Panda3D
|
|
Installing Panda3D
|
|
|
==================
|
|
==================
|
|
|
|
|
|
|
|
-By far, the easiest way to install the latest development build of Panda3D
|
|
|
|
|
|
|
+The latest Panda3D SDK can be downloaded from
|
|
|
|
|
+(this page)[https://www.panda3d.org/download/sdk-1-10-0/].
|
|
|
|
|
+If you are familiar with installing Python packages, you can use
|
|
|
|
|
+the following comand:
|
|
|
|
|
+
|
|
|
|
|
+```bash
|
|
|
|
|
+pip install panda3d
|
|
|
|
|
+```
|
|
|
|
|
+
|
|
|
|
|
+The easiest way to install the latest development build of Panda3D
|
|
|
into an existing Python installation is using the following command:
|
|
into an existing Python installation is using the following command:
|
|
|
|
|
|
|
|
```bash
|
|
```bash
|
|
@@ -31,9 +40,7 @@ pip install --pre --extra-index-url https://archive.panda3d.org/ panda3d
|
|
|
If this command fails, please make sure your version of pip is up-to-date.
|
|
If this command fails, please make sure your version of pip is up-to-date.
|
|
|
|
|
|
|
|
If you prefer to install the full SDK with all tools, the latest development
|
|
If you prefer to install the full SDK with all tools, the latest development
|
|
|
-builds can be obtained from this page:
|
|
|
|
|
-
|
|
|
|
|
-https://www.panda3d.org/download.php?sdk&version=devel
|
|
|
|
|
|
|
+builds can be obtained from (this page)[https://www.panda3d.org/download/].
|
|
|
|
|
|
|
|
These are automatically kept up-to-date with the latest GitHub version of Panda.
|
|
These are automatically kept up-to-date with the latest GitHub version of Panda.
|
|
|
|
|
|
|
@@ -96,7 +103,7 @@ python makepanda/makepanda.py --everything --installer --no-egl --no-gles --no-g
|
|
|
You will probably see some warnings saying that it's unable to find several
|
|
You will probably see some warnings saying that it's unable to find several
|
|
|
dependency packages. You should determine which ones you want to include in
|
|
dependency packages. You should determine which ones you want to include in
|
|
|
your build and install the respective development packages. You may visit
|
|
your build and install the respective development packages. You may visit
|
|
|
-[this manual page](https://www.panda3d.org/manual/index.php/Dependencies)
|
|
|
|
|
|
|
+[this manual page](https://www.panda3d.org/manual/?title=Third-party_dependencies_and_license_info)
|
|
|
for an overview of the various dependencies.
|
|
for an overview of the various dependencies.
|
|
|
|
|
|
|
|
If you are on Ubuntu, this command should cover the most frequently
|
|
If you are on Ubuntu, this command should cover the most frequently
|