Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/chriswhocodes/DemoFX
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswhocodes committed Dec 22, 2017
2 parents d7bec0d + f172a5b commit 0e8b9f3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Part II: https://www.youtube.com/watch?v=WZf0j4GUFYM

Part III: https://www.youtube.com/watch?v=9jztG_l8qrk

Christmas Demo 2017: https://youtu.be/npxfaHAAjBQ

Used to discover the best techniques for optimising JavaFX performance on the Raspberry Pi and Desktop.

Compile in your IDE or with gradle:
Expand Down Expand Up @@ -44,7 +46,7 @@ concentric, credits, creditssprite, cubefield, cyclebackground, diamonds, equali
equalisercubes, falling, feedback, fireworks, flash, glowboard, grid, hexagons,
honeycomb, hue, imagebackground, inversechromakey, mandala, mandelbrot, mask,
maskstack, mirrorx, mirrory, moire, pentagons, picinpic, quadplay, rain, rainbow,
rawplayer, raytrace, rings, rotations, sea, sheet, shift, sierpinski, spin,
rawplayer, raytrace, rings, rotations, sea, sheet, shift, sierpinski, snowfieldsprite, spin,
sprite3d, spritewave, squares, starfield, starfieldsprite, stars, texcube,
texsphere, textbounce, textlabel, textlayers, textring, textwave, textwavesprite,
tiles, triangles, tubestack, tunnel, twister, vumeter, wordsearch
Expand Down Expand Up @@ -75,10 +77,13 @@ Examples:
# DemoFX Part III scripted demo:
./run.sh -s true -f true -w 1280 -h 720
# Christmas DemoFX scripted demo:
./run.sh -s xmas -f true -w 1280 -h 720
```
In order to run in another java version, like java 9. JAVA_HOME should be set.
In MAC:
```
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-9.jdk/Contents/Home
./run.sh
```
```

0 comments on commit 0e8b9f3

Please sign in to comment.