JFXStudio: sketch, hack, share

Posts Tagged ‘3D

Simple Bars to use

Posted by: Vikram on: April 8, 2009

There are already few bar application written in Java Fx., some even on this blog.
I did some simple mathematics to make use of either Rectangular or Circular bars in your application.
Using my classes you can write code as simple as this
Stage {
title: “Pillar”
width: 400
[...]

Throwing a Ball in 3D Space !

Posted by: Vaibhav Choudhary on: March 17, 2009

Last week I saw a nice sample written in flash about the ball motion in 3-D space. I try to implement that idea in JavaFX. Code is little dirty, so I will post it later.
This is how it looks (animation is important) :

To watch the animation, please launch this JNLP.

I hope, you will enjoy [...]


Challenge: Small is the New Big

This month's challenge: code something cool in only 30 lines, using the theme of Holiday. Ends December 15th.

Tags