simonarvin / eyeloop

EyeLoop is a Python 3-based eye-tracker tailored specifically to dynamic, closed-loop experiments on consumer-grade hardware.
GNU General Public License v3.0
479 stars 68 forks source link

Directory restructure to match python project structure #11

Closed cfculhane closed 3 years ago

cfculhane commented 3 years ago

As mentioned in #3 , the code would benefit from being restructured more like a standard python project, with the core code in its own ./eyeloop/ directory, allowing the top directory to be kept clean for project-wide files, test directories etc, and should make future changes easier as well!

I have updated the travis file to match, but let me know if I broke anything else so I can fix before merging.