natureOFcode icon indicating copy to clipboard operation
natureOFcode copied to clipboard

Improve setup code for `Walker` class.

Open BrianSipple opened this issue 7 years ago • 0 comments

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's setup function.
  • Begin adding screenshots to examples

BrianSipple avatar Oct 23 '17 03:10 BrianSipple