All Projects → tube42 → drumon

tube42 / drumon

Licence: GPL-2.0, Unknown licenses found Licenses found GPL-2.0 LICENSE Unknown LICENSE.samples
FOSS drum app for Android

Programming Languages

java
68154 projects - #9 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to drumon

AndroidApp
CityZen Android App, OpenStreetMap base-map
Stars: ✭ 70 (+1.45%)
Mutual labels:  f-droid
feeel
A cross-platform Flutter home workout app that respects your privacy. THIS IS A GITLAB MIRROR, file issues and contribute there.
Stars: ✭ 27 (-60.87%)
Mutual labels:  f-droid
oh-my-foss-android
个人收集的实用、良心开源安卓软件
Stars: ✭ 37 (-46.38%)
Mutual labels:  f-droid
OpenUntis
An alternative FLOSS android client for the Untis timetable system
Stars: ✭ 13 (-81.16%)
Mutual labels:  f-droid
chaldea
Chaldea - Yet Another Material Planner for Fate/Grand Order
Stars: ✭ 129 (+86.96%)
Mutual labels:  f-droid
candymem
Candy Memory: a match two memory game for Android
Stars: ✭ 17 (-75.36%)
Mutual labels:  f-droid
FOSS Stuff
In this repo you can find some free, open source and privacy applications and services to stop use proprietary spyware.
Stars: ✭ 65 (-5.8%)
Mutual labels:  f-droid
Last-Launcher
Lightweight: Faster than light, Low on memory
Stars: ✭ 148 (+114.49%)
Mutual labels:  f-droid

DRUM ON

This is a FOSS drum app for Android.

Get it on F-Droid

extra/screenshot/demo.gif

It all started some years ago when someone showed me an iOS app that was supposed to be 'intuitive' and 'magical'. I bet myself I could create something better for Android in just a weekend.

And I did exactly that, it just took a couple of years...

Building

To run this app, you will need Java and Android SDKs.

To build the project and run on desktop

./gradlew desktop:run

To build for android and upload it to your device

./gradlew installDebug

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
make setup

To build the assets, you should do

make
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].