added details of TestWindowApp ReWalkerApp

This commit is contained in:
rich
2025-01-13 11:05:32 -05:00
parent 5588eaa74d
commit abdd2ac47d

View File

@@ -2,4 +2,8 @@ ReWalker is a simple random walker program that uses ReWindow to handle windowin
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.
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.
Thanks to Bill, Josh and Maxine for sorting the correct ReWindow Integration.