Name | Modified | Size | Downloads / Week |
---|---|---|---|
COPYING.txt | 2014-07-20 | 35.8 kB | |
README.txt | 2014-07-20 | 1.9 kB | |
application.windows64.zip | 2014-07-20 | 4.1 MB | |
Totals: 3 Items | 4.1 MB | 0 |
BouncyBall What is BouncyBall? ------------------- BouncyBall is a (very) short program which shows a ball falling under the influence of a gravity parameter, bouncing and coming to a stop. It was written using the Processing language (www.processing.org) as an introductory exercise in programming. Latest Version -------------- Available from <http://sourceforge.net/projects/bouncyball/>. Installation ------------ Available as a binary (Windows 64) or can be compiled from the source code provided. Documentation ------------- Upon opening the program runs and a circle can be seen dropping from a start height, bouncing off of the ground and eventually coming to rest. There is a dynamic shadow under the ball which changes with the ball's height. The window size, horizontal and vertical start position of the ball, ball diameter,initial speed, acceleration and all colours can easily be customised from within the source code. This was the main point to writing this program. Credits ------- Written using Processing <http://processing.org>. Licence ------- Copyright (C) 2014 Thomas Player This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. Thomas Player, July 2014 player.thomas.c@gmail.com