Skip to content

Commit 23d2165

Browse files
authored
Update README.md
1 parent af990d3 commit 23d2165

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# RayLib-Examples
22
Some fun math or physics demos made easy with [RayLib](https://github.com/raysan5/raylib)
33

4-
*Note that the examples with GUIs also require [RayGui](https://github.com/raysan5/raygui), an optional companion to RayLib*
4+
*Note that the examples with GUIs also require [RayGui](https://github.com/raysan5/raygui), an optional companion to RayLib that is super-easy to install*
55

6-
<b>Water Sim: Ripple Tank Physics</b>
6+
## Water Sim: Ripple Tank Physics
77
Simulates water in a ripple tank. Demonstrates basic wave mechanics: wave reflection, diffraction, and superimposition.
88

99
Press "P" to pause the simulation and "R" to reset it. Left-click to add a drop to the pool, or left-click and drag to run your finger through the water. Right-click to draw boundaries. Hold "E" while right-clicking to erase them. Hold X to draw a straight-line boundary across the x-axis. Hold Z for z-axis. Hold X and E to erase a whole line. Alter the code to add as many colored floating spheres as you'd like, or none.
1010
![Water Ripple Tank Sim](images/water.gif)
1111

12-
<b>Strange Attractor:</b>
12+
## Strange Attractor:
1313
Plots the Clifford Pickover attractor, a point cloud in 3D space.
1414

1515
Top sliders demonstrate the fact that the system is an attractor: initial conditions don't change the shape.
@@ -18,18 +18,18 @@ Check boxes allow you to cycle through two parameters gradually to see the chang
1818

1919
![Clifford Strange Attractor](images/StrangeAttractor1.png)
2020

21-
<b>Lorenz Attractor:</b>
21+
## Lorenz Attractor:
2222
Plots the Lorenz attractor using lines in 3D space. Use X, Y, Z controls to specify the initial point, which shows that the system is indeed an attractor. One of the earliest "strange attractors" in chaos theory.
2323

2424
![Lorenz Attractor](images/Lorenz.png)
2525

26-
<b>Prime Viewer:</b>
26+
## Prime Viewer:
2727
Four ways to visualize the distribution of all primes less than 1,000,000. Press 1, 2, 3 or 4 to change view modes.
2828
* Mode 1: Plots primes as semi-transparent white cubes on a 100x100x100 grid. Rotate and pan the view to see rows of numbers eliminated.
2929
* Mode 2: Plots primes as white cubes, other numbers are color-coded by the lowest prime factor that makes them not prime. Primes can be turned off with check box. Use the sliders to see how non-primes are arranged by their least common factor.
3030
* Mode 3: Wheel factorization, using sectors. Use the spinner to choose your factor base for the wheel.
3131
* Mode 4: Wheel factorization, using points. Same as above, but points look better for high factor bases.
32-
*
32+
3333
![View Mode 2](images/PrimeViewer2.png)
3434

3535
## 3D Sierpinsky Triangles IFS

0 commit comments

Comments
 (0)