mrRay / vvopensource

OSC and MIDI frameworks for OS X and iOS, a framework for managing and rendering to GL textures in OS X, and a functional ISF (interactive shader format) implementation for OS X.
231 stars 33 forks source link

Split into different repos? #8

Closed bangnoise closed 10 years ago

bangnoise commented 10 years ago

Not a huge issue, but it would be nice if these were a bunch of per-project git repos rather than one mammoth one

mrRay commented 10 years ago

thanks for the suggestion, but i prefer to keep all the frameworks in a single project to avoid external dependencies. i split off the sprite- and view- related classes into a new framework (VVUIToolbox) to sharply reduce the number of unnecessary classes in VVBasics, which was one of the goals you mentioned when we discussed this