added Pop_OS! libvulkan-dev dependancy and info about obstacles
This commit is contained in:
@@ -5,6 +5,8 @@ This is a simple random walker that has a little twist that if the user clicks t
|
||||
|
||||
The user can user the number 1, 2, 3, 4 and 5 keys to change the force at which the walker is blown away from the mouse pointer. 1 is lowest force and 5 is highest.
|
||||
|
||||
There are now 4 red impervious obstacles to bump into.
|
||||
|
||||
test.cpp builds to TestWindowApp as a test to help me understand how ReWindow works.
|
||||
|
||||
main.cpp builds to ReWalkerApp which is the main random walker program.
|
||||
@@ -17,7 +19,7 @@ Install dependencies
|
||||
|
||||
```bash
|
||||
Rocky/Fedora/RHEL: dnf install cmake make gcc-g++ libX11 libX11-devel mesa-libGL-devel
|
||||
Pop_OS!/Ubuntu/Debian: apt-get install cmake make gcc g++ libx11-6 libx11-dev libgl-dev libxrandr-dev
|
||||
Pop_OS!/Ubuntu/Debian: apt-get install cmake make gcc g++ libx11-6 libx11-dev libgl-dev libxrandr-dev libvulkan-dev
|
||||
```
|
||||
|
||||
Clone the repository
|
||||
|
Reference in New Issue
Block a user