RT-WDF / rt-wdf_lib

RT-WDF - Real-Time Wave Digital Filter Library
92 stars 20 forks source link

Re-organize repository into more atomic units #5

Closed m-rest closed 7 years ago

m-rest commented 7 years ago
m-rest commented 7 years ago

-> organisation created. renderer and lib to be separated

m-rest commented 7 years ago

http://stackoverflow.com/questions/7813030/how-can-i-have-linked-dependencies-in-a-git-repo

chohner commented 7 years ago

For the renderer, its probably enough to just commit the include folder from armadillo that contains the headers + their README.txt and LICENSE.txt (and maybe their version although that can be extracted from armadillo_bits/arma_version.hpp).

So the structure would be

\ Circuits
\ libs \ armadillo
\ libs \ r8brain-free
\ libs \ rt-wdf_lib
\ wdfRenderer \ Builds
\ wdfRenderer \ Source
\ wdfRenderer \ wdfRenderer.jucer
\ README
\ LICENSE

with rt-wdf_lib and possibly the example circuits being submodules. Not sure about the toolchain.