AlloSphere-Research-Group / AlloSystem

AlloSystem is a cross-platform suite of C++ components for building interactive multimedia tools and applications.
http://mat.ucsb.edu/allosphere/software.php
BSD 3-Clause "New" or "Revised" License
65 stars 22 forks source link

Separate Lua dependency from alloutil #47

Closed DrewRWx closed 9 years ago

DrewRWx commented 9 years ago

On the heels of the json parser switch, this is the more drastic pull request. This is an extremely naive (but working) method of separating out modules that aren't required by the AlloSphere out of alloutil. This initial version removes the lua dependency from alloutil.

TODO: