Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update installation-linux.rst #146

Merged
merged 1 commit into from
Feb 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading