Tuesday, May 26, 2009

My JavaFX Contest Entry Part VI

Technical Notes and Credits

There is probably a memory leak here somewhere....(my limited knowledge of profiling showed many high-generation objects as well as lots of heap usage). Not sure if inside JavaFX core or my own incompetence. (probably the latter) Regardless, should change the default help size with -Xms128m -Xmx1280m (my JNLP/web start settings are actually higher than this)

Also...I've been using this setting to smooth out the animation. Not sure if really necessary, but...it was mentioned in a JavaFX post somewhere:
-Dcom.sun.scenario.animation.vsync=true -Dcom.sun.scenario.animation.pulse=500. (These ARE set in the JNLP file)

Some of the structure and design of integrating a physivcs engine with javafx came from http://piliq.com/javafx/?page_id=669 (not sure of the fellow's name). While I integrated with a different engine (jbox2d), this information was invaluable

Also..thanks to the Sun Dukeman demo (http://www.javafx.com/samples/Dukeman), I utilized some of the splashscreen/level/config structures from that code.


Special thanks to the creators and maintainers of:
  • InkScape
  • Paint .Net
  • Audacity
  • Netbeans
  • jbox2d
Also to those behind:
  • freesound.org
  • openclipart.org

Audio credits:

By acclivity (http://www.freesound.org/usersViewSingle.php?id=37876)
Toby2.wav (http://www.freesound.org/samplesViewSingle.php?id=14865)
By morgantj (http://www.freesound.org/usersViewSingle.php?id=27178)
babycrying2.mp3 (http://www.freesound.org/samplesViewSingle.php?id=59579)
By Percy Duke (http://www.freesound.org/usersViewSingle.php?id=132851)
Balloon Inflation.mp3 (http://www.freesound.org/samplesViewSingle.php?id=23389)
By sandyrb (http://www.freesound.org/usersViewSingle.php?id=14771)
FAKE MONKEY CHATTER 001.wav (http://www.freesound.org/samplesViewSingle.php?id=41382)
By kjackson (http://www.freesound.org/usersViewSingle.php?id=71184)
Open_03.WAV (http://www.freesound.org/samplesViewSingle.php?id=32634)
By fauxpress (http://www.freesound.org/usersViewSingle.php?id=317797)
cash_register_printout.wav (http://www.freesound.org/samplesViewSingle.php?id=42196)
By Corsica_S (http://www.freesound.org/usersViewSingle.php?id=7037)
chargalzaza04.aif (http://www.freesound.org/samplesViewSingle.php?id=69363)
By Benboncan (http://www.freesound.org/usersViewSingle.php?id=634166)
Anvil & Steel Hammer.wav (http://www.freesound.org/samplesViewSingle.php?id=60649)
By nthompson (http://www.freesound.org/usersViewSingle.php?id=364925)
rocketexpl.wav (http://www.freesound.org/samplesViewSingle.php?id=47252)
By guitarguy1985 (http://www.freesound.org/usersViewSingle.php?id=533680)
buzzer.wav (http://www.freesound.org/samplesViewSingle.php?id=54047)
By bebeto (http://www.freesound.org/usersViewSingle.php?id=409)
Auto Photo Click.wav (http://www.freesound.org/samplesViewSingle.php?id=7309)
By cumesoftware (http://www.freesound.org/usersViewSingle.php?id=666662)
elevatormotor1.wav (http://www.freesound.org/samplesViewSingle.php?id=54522)
By bebeto (http://www.freesound.org/usersViewSingle.php?id=409)
Loop008-ambient.wav (http://www.freesound.org/samplesViewSingle.php?id=18980)

No comments:

Post a Comment