openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.97k stars 2.55k forks source link

Examples naming #7452

Open dimitre opened 1 year ago

dimitre commented 1 year ago

I've noticed some examples projects ends with "Example" word, others not.

z@hitachi computer_vision % ls
kinectExample           opencvHaarFinderExample     opencvOpticalFlowExample
opencvExample           opencvImageClassification   opencvPeopleDetection

What if we just remove Example word of all examples?

artificiel commented 1 year ago

I prefer with Example suffix; it's a quick signal to know the thing comes from the examples (and some would be weird without the Example context).

on the subject, maybe some could benefit from slight edits like opencvExample should be opencvContourExample, and perhaps the kinect one should also be opencvKinectExample (as it's a specific combo, not a general-purpose ofxKinect example).

and the iOS examples should be normalized with the ios prefix.

dimitre commented 1 year ago

Other thing that confuses me sometimes is the 3d folder (lowercase) and 3DModelLoader, 3DPrimitivesExample in different case. it would be great to uniformize everything.