added Pop_OS! libvulkan-dev dependancy and info about obstacles

This commit is contained in:
2025-02-01 12:57:55 -05:00
parent 9f8224462b
commit 442b397290

View File

@@ -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