Skip to content

Commit

Permalink
Update installation-linux.rst (#146)
Browse files Browse the repository at this point in the history
Update the example to run on Linux because the method of naming folders and the file to run is outdated.
  • Loading branch information
serkkz committed Feb 27, 2024
1 parent befb0f7 commit 282b724
Showing 1 changed file with 30 additions and 26 deletions.
56 changes: 30 additions & 26 deletions introduction/installation-linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,36 @@ run the sample using Python:
$ cd /usr/share/panda3d/samples
$ ls
Asteroids
Ball-in-Maze
Boxing-Robots
Carousel
Cartoon-Shader
Chessboard
Disco-Lights
Fireflies
Fractal-Plants
Glow-Filter
GUI
Infinite-Tunnel
Looking-and-Gripping
Media-Player
Motion-Trails
Music-Box
Normal-Mapping
Particles
Procedural-Cube
Roaming-Ralph
Shadows
Solar-System
Teapot-on-TV
Texture-Swapping
$ cd Boxing-Robots
$ python Tut-Boxing-Robots.py
asteroids
ball-in-maze
boxing-robots
bump-mapping
carousel
cartoon-shader
chessboard
culling
disco-lights
distortion
fireflies
fractal-plants
gamepad
glow-filter
infinite-tunnel
looking-and-gripping
media-player
motion-trails
mouse-modes
music-box
particles
procedural-cube
render-to-texture
roaming-ralph
rocket-console
shader-terrain
shadows
solar-system
$ cd boxing-robots
$ python3 main.py
**Using an Unsupported Linux Distribution or an Unsupported Python**

Expand Down

0 comments on commit 282b724

Please sign in to comment.