This is the source code of my paint program Drawer!
Go to file
Marvin Johanning f6f830ba63 Create LICENSE 2017-10-26 15:44:31 +02:00
lib Update example.rb 2014-01-06 16:22:59 +01:00
LICENSE Create LICENSE 2017-10-26 15:44:31 +02:00
README.md Update README.md 2014-01-06 15:30:47 +01:00
source.rb Some efficiency updates 2014-02-22 16:42:03 +01:00

README.md

Drawer! SourceCode

This is the source code of my paint program Drawer! Drawer! Is a paint program made by Marvin Johanning. This program was firtly designed for my 6 year old sister, so that she can learn how to use the mouse etc. But I will provide the source code of the program for everybody to use. The program was made with the Ruby Gem Gosu and TexPlay. Here are the controls: Press the left mouse button to draw. Press the right mouse button to erease things. Press the number 1, 2, 3 .. 0 on your keyboard, to change the colour you draw with (current colour can be seen at the bottom of the screen) Mousewheel Up and Down controls the brush size. Press the middle mouse button to clear the whole screen. There is one example program, that you can use to find out how the gem 'TexPlay' works ;) Feel free to add things.

Hope you enjoy this program. Happy Coding,

Marvin