blob: be16c4dd23ad4ced3486ed1f18ecdd79ef21320c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# chaotic-attractors
Fork of https://github.com/orfeasliossatos/Coding-Projects tweaked and ported to Linux.
The only requirement needed is SFML, you should be able to grab it from your package manager.
This project uses SFML 2.5.1
Run ./run.sh to compile and execute the program.
Controls :
H to switch to the next attractor
W/A/S/D for moving in the plane
Space/Shift to move up and down
Up/Down/Left/Right to turn the camera
These will feel familiar to Minecraft players ;)
|