Updated to reflect correct ReWindow integration.

This commit is contained in:
rich
2025-01-13 10:28:53 -05:00
parent bd1f77bc86
commit fd63afa355

View File

@@ -1,9 +1,5 @@
eWalker is a simple random walker program that uses ReWindow to handle windowing and mouse operations.
ReWalker is a simple random walker program that uses ReWindow to handle windowing and mouse operations.
This is a simple random walker that has a little twist that if the user clicks the mouse over the window it "blows" the walker away from the mouse pointer.
I have not got to grips with setting up a ReWindow project yet, so, clone ReWindow and then replace main.cpp with the main.cpp code from here.
Hopefully soon I can set this up properly as an independant project.
I have also included a simple test program to open a window as well called test.cpp.
Thanks to Bill, Josh and Maxine for sorting the correct ReWindow Integration.