Skip to content

loveen/drumon

 
 

Repository files navigation

DRUM ON

image

This is a FOSS drum app for Android.

image

Downloads:

Building

To build this app, you will need

  1. java, ant, android SDK and all that
  2. The rest (libgdx, marm, tweeny, ks, ...) is downloaded when you do setup
  3. Assets, a default set is downloaded during setup

To setup the project and download required libraries, binaries (all FOSS) and assets

ant setup

To build the project and run on desktop

ant run

To build for android and upload it to your device

ant debug install

Assets

Asset sources are found under the extra folder. To compile assets you will need the following tools:

  1. "sox" for converting samples
  2. ImageMagic for converting PNG images
  3. Inkscape for rendering SVG files

That is,

sudo apt-get install sox imagemagick inkscape

To build the assets, you should do

make

Note that "ant setup" will overwrite your generated assets.

About

FOSS drum app for Android

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
LICENSE.samples

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.1%
  • Makefile 0.9%