isoaxe / drawing-player

Plays sounds based on shapes drawn.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drawing Player

Draw shapes on a canvas. Then press Play and sounds will be emitted based on shape geometry.

Usage

  1. To get going, first fork this repository.
  2. Then download IntelliJ Idea or similar IDE for running the program.
  3. After installation, click the open button from the IntelliJ window and select the project directory.
  4. ctrl-click the DrawingEditor file and select Run DrawingEditor.main().
  5. The graphics canvas will open and the user can then draw different types of shapes at different positions that emit sounds based on shape type (Rectangle or Oval), geometry and location.

Coursework

This is the final project from the Software Construction: Data Abstraction course from UBC. The course is the third of six that form the Software Development MicroMasters Program on edX.

Drawing Player

About

Plays sounds based on shapes drawn.


Languages

Language:Java 93.2%Language:Shell 6.8%