natureOFcode
natureOFcode copied to clipboard
Improve setup code for `Walker` class.
These changes can go in before or after #4.
-
Refactor constructor code as a
setup
function.- This brings it more in line with OF conventions — and prevents
the constructor from being called an extra time in
ofApp.cpp
'ssetup
function.
- This brings it more in line with OF conventions — and prevents
the constructor from being called an extra time in
-
Begin adding screenshots to examples