Description
As the project grows more complex, we need to decide on senseful names and folder structure of project extensions (e. g. examples, tests, docs,...) which are not directly related to the original sdl2 package. Otherwise the main folder will be polluted with all kinds of different files which complicates everything unncecessarily.
The main goal is to make clear from the folder names that these contain files which are not directly related to the original sdl2 lib.
My proposal would be a prefix "pascal" to make this clear:
E.g.
\ (main source, as is)
\pascaldocs\
\pascalexamples\
\pascaltests\
The substructure in these folders could then be as expected:
\pascalexamples\renderbitmap\
\pascalexamples\handleevents\
Please let us discuss if there are other and/or better ways to keep the files ordered.