https://github.com/mgsx-dev/rainstick
https://github.com/mgsx-dev/rainstick
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mgsx-dev/rainstick
- Owner: mgsx-dev
- License: apache-2.0
- Created: 2017-02-06T11:33:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T09:20:36.000Z (about 9 years ago)
- Last Synced: 2025-02-06T03:31:11.438Z (over 1 year ago)
- Language: Pure Data
- Size: 11.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is it ?
This repo is the code for an audio/visual rainstick simulation built with the libgdx framework and gdx-pd an extension for libgdx bringin pure-data support (for realtime audio synthesis).
If you build the project this is what you'll get : https://youtu.be/1-Oh8367MI4
# Contribute
## Setup
Some dependencies used in this project are not available on public maven repository yet and require
to build them locally.
First clone all repositories :
$ git clone https://github.com/mgsx-dev/gdx-pd.git
$ git clone https://github.com/mgsx-dev/gdx-kit.git
$ git clone https://github.com/mgsx-dev/rainstick.git
then install locally gdx-pd and gdx-kit (see update section)
configure android SDK locally by create a file local.properties in project root folder. For instance :
```
sdk.dir=/home/user/android-sdk-linux
```
finally import as gradle project rainstick worktree in Eclipse (or your favorite IDE)
## Update
First fetch and pull all 3 repositories (gdx-pd, gd-kit and rainstick)
Then build and install both gdx-pd and gdx-kit with gradle :
```
cd ~/git/gdx-pd
./gradlew publishToMavenLocal
cd ~/git/gdx-kit
./gradlew publishToMavenLocal
```
Then in eclipse update rainstick project (right click / refresh gradle project)
## Run desktop
In rainstick-desktop project, locate DesktopLauncher.java and run it as Java application. First time it may
crash because of wrong working directory : edit the launcher and configure working directory, set rainstick-android project asset folder.