00-version:of_v0.11.2_vs2017_release
01-Add projectGenerator shortcut-link to your startup menu [C:\Users---\AppData\Roaming\Microsoft\Windows\Start Menu\Programs]
02-You should include ofxGKUtils.h into your project when you use and run a program in this repository.
03-ADDONS LIST that You have to download and put into addon folder manually.
04-CHANGES LIST that you have to modify your exsiting addons by yourself
//--------------------------------------------------------------------
private: /// ADDED BY GAISHI KUDO int IsScrollFlipped; //-1 = true
inside void ofEasyCam::mouseReleased(ofMouseEventArgs & mouse): BEFORE: reset(); AFTER: //reset();
//--------------------------------------------------------------------