From 282b7245f2f037b2189b2375c5b837b926b5dbb5 Mon Sep 17 00:00:00 2001 From: Sergei Korotkov Date: Wed, 28 Feb 2024 01:17:29 +0300 Subject: [PATCH] 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. --- introduction/installation-linux.rst | 56 +++++++++++++++-------------- 1 file changed, 30 insertions(+), 26 deletions(-) diff --git a/introduction/installation-linux.rst b/introduction/installation-linux.rst index 2649eed8..6c8cb252 100644 --- a/introduction/installation-linux.rst +++ b/introduction/installation-linux.rst @@ -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**