orsjb / HappyBrackets

HappyBrackets is an audio-focused library and toolkit for creative coding for the internet of things.
Apache License 2.0
36 stars 3 forks source link

Fixes to project structure #31

Open orsjb opened 7 years ago

orsjb commented 7 years ago

The HB Project structure could be made more simple and generic so that it is easier to duplicate it and start your own hacks. Generalise the teaching materials and decouple them from the Kadenze course: at present there is little help in understanding anything outside of doing the Kadenze course.

orsjb commented 7 years ago

One possible solution is to have basically a blank project structure, or a stripped down one with a small handful of examples, and then to have a separate download of source code for the Kadenze course that can be imported. Possibly better just to arrange the packages so that the examples are sorted by topic, not by week, and the course is kept separate.

angelofraietta commented 6 years ago

Need to add package org.apache.commons.lang to gradle so we can use StringUtils

angelofraietta commented 6 years ago

Need to add script in Gradle to add date to module BuildVersion