Skip to content

cuisse/sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sandbox

Sand simulation using Processing

Building

You can build up this project using maven.

  • Requirements
    • Java 21
    • Maven 3.6.3

Maven

mvn clean package

Running

using Java

java -jar sandbox-1.0.0.jar

using Maven

mvn exec:java -D"exec.mainClass"="io.github.cuisse.sandbox.App"

Controls

Mouse = use for drawing 
Mouse Left Button = create sand particles 
Mouse Right Button = remove sand particles
Mouse Wheel = change the size of the brush
Mouse Center Click = pick up the current color at the mouse pointer  
N = change sand color to a random color
S = save current image as a png file
B = toggle paint mode 
C = clear the screen
R = toggle random color mode
I = toggle information 
U = undo the last action
T = toggle static mode
P = toggle plain color mode
L = open the color picker
G = toggle brush randomness 

About

Sand simulation using Processing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages