allen-cell-animated / agave

Other
33 stars 5 forks source link

Feature/reorg renderlib #110

Closed toloudis closed 1 year ago

toloudis commented 1 year ago

This code change should have no effect on any functionality at all and is just moving some files.

Move io-related files into an io/ subdirectory. Move OpenGL graphics related files into a graphics/ subdirectory. This allows a bit of logical organization to help pave the way for future changes that may be graphics-only (or data-loading only). It also encapsulates some dependencies that are only relevant for io : tensorstore and libCZI.

For some reason, git recognized that some files were moved and others seem to show full diffs even though they are unchanged and only moved.