pahund / rum-pum-pum

A Music program for kids, based on Web Audio API and PIXI.js.
2 stars 0 forks source link

Rum Pum Pum

Monkey Logo

A browser-based music program for kids.

Uses Web Audio API and PIXI.js.

Written in ECMAScript 6, based on the entity-component-system architecture pattern.

Demo

Early alpha version (in development)

Installation

Prerequisites:

Installation steps:

Start the webpack dev server like so:

Open up index.html in your favorite browser (needs to support Web Audio API).

Creating Optimized Distribution Version

Rum Pum Pum uses webpack to optimize and bundle its resources. To create a distribution, use this command (after the steps listed above):

grunt dist

Running Tests

The unit tests of Rum Pum Pum are based on jasmine and meant to be run with the Wallaby.js test runner plugin for JetBrains IDEs (WebStorm or IntelliJ IDEA).

Prior to running the tests, install dev dependencies using Bower:

bower install

You can then create a Wallaby.js run configuration, pointing to the wallaby.js configuration file.

Credits and Acknowledgements

Cuíca Sounds (Kangaroo)

Copyright (c) 2006 reinsamba. Published under Creative Commons CC BY 3.0 license. Downloaded from Freesounds.org.

Third Party Libraries and Tools

The MIT License (MIT)

Copyright (C) 2015 Patrick Hund

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.