How do I run the samples?

In the Minueto SDK package, you can find a collection of over 20 samples. These samples can be used to learn different aspects of Minueto. These examples can all be found in the minueto-samples.jar file.

Command Line

Running the samples is trivial using the command line, assuming Java is properly installed.

java -jar minueto-samples.jar
    

Sample Application

The sample application allows you to run any of the samples included with Minueto. Simply press p to list the samples, and a number to start a sample.

Welcome to the Minueto Demo
---------------------------
## : Enter demo number to start.
p : Print list of demos.
q : Quit.

command> p
1) HelloWorld Demo
2) Line Demo
3) Alpha Image Demo
4) Circle Image Demo
5) Draw inside Image Demo
6) Get Set Pxel Image Demo
7) Basic Image Demo
8) Loading Image File Demo
9) Rectangle Image Demo
10) Text 1 Image Demo
11) Text 2 Image Demo
12) Framerate Image Demo
13) Crop Image Demo
14) Highlight Demo
15) Rotate Image Demo
16) Rotate 2 Image Demo
17) Rotate 3 Image Demo
18) Scale Image Demo
19) Scale Flip Image Demo
20) Line Benchmark Demo
21) Multi Window Demo
22) Resolution Change Demo
23) Screenshot Demo
24) Handler Demo
25) Handler 2 Demo
26) Handler 3 Demo
27) Triangle Rover Demo
28) Triangle Rover 2 Demo
29) Fire in the Sky
Welcome to the Minueto Demo
---------------------------
## : Enter demo number to start.
p : Print list of demos.
q : Quit.

command>