We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc5605 commit 14a4d63Copy full SHA for 14a4d63
Install instructions
@@ -0,0 +1,7 @@
1
+1. Running from P3D file
2
+Install the panda3d runntime
3
+Start bouncer.p3d by double clicking it or call 'panda3d bouncer.p3d' from a terminal
4
+
5
+2. Running from source
6
+Install either Panda3D 1.10 or 1.9.2 (1.10 is reccomended)
7
+run 'python main.py' (should run on py2 and py3)
deployAsP3D
@@ -0,0 +1 @@
+packp3d -r audio -r bullet -n x11 -o bouncer.p3d
0 commit comments