Skip to content

Commit 282b724

Browse files
authored
Update installation-linux.rst (#146)
Update the example to run on Linux because the method of naming folders and the file to run is outdated.
1 parent befb0f7 commit 282b724

File tree

1 file changed

+30
-26
lines changed

1 file changed

+30
-26
lines changed

introduction/installation-linux.rst

Lines changed: 30 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -18,32 +18,36 @@ run the sample using Python:
1818
1919
$ cd /usr/share/panda3d/samples
2020
$ ls
21-
Asteroids
22-
Ball-in-Maze
23-
Boxing-Robots
24-
Carousel
25-
Cartoon-Shader
26-
Chessboard
27-
Disco-Lights
28-
Fireflies
29-
Fractal-Plants
30-
Glow-Filter
31-
GUI
32-
Infinite-Tunnel
33-
Looking-and-Gripping
34-
Media-Player
35-
Motion-Trails
36-
Music-Box
37-
Normal-Mapping
38-
Particles
39-
Procedural-Cube
40-
Roaming-Ralph
41-
Shadows
42-
Solar-System
43-
Teapot-on-TV
44-
Texture-Swapping
45-
$ cd Boxing-Robots
46-
$ python Tut-Boxing-Robots.py
21+
asteroids
22+
ball-in-maze
23+
boxing-robots
24+
bump-mapping
25+
carousel
26+
cartoon-shader
27+
chessboard
28+
culling
29+
disco-lights
30+
distortion
31+
fireflies
32+
fractal-plants
33+
gamepad
34+
glow-filter
35+
infinite-tunnel
36+
looking-and-gripping
37+
media-player
38+
motion-trails
39+
mouse-modes
40+
music-box
41+
particles
42+
procedural-cube
43+
render-to-texture
44+
roaming-ralph
45+
rocket-console
46+
shader-terrain
47+
shadows
48+
solar-system
49+
$ cd boxing-robots
50+
$ python3 main.py
4751
4852
**Using an Unsupported Linux Distribution or an Unsupported Python**
4953

0 commit comments

Comments
 (0)