Download javafx4linux.tar.bz2 (~ 36Mb). Installing 1) Extract the javafx4linux.tar.bz2 file. In this example I’m placing it on my Desktop. After the installing process you can…
Download javafx4linux.tar.bz2 (~ 36Mb). Installing 1) Extract the javafx4linux.tar.bz2 file. In this example I’m placing it on my Desktop. After the installing process you can…
Let sandwich.xml be a file at /tmp directory with the content above. We can open it using java.io.FileInputStream and so use it on a javafx.data.pull.PullParser.…
Tile sets are a very simple way to draw scenarios with repeated elements. From simple to complex ones using a very low footprint. First step,…
Following Weiqi Gao’s steps it’s possible to already have a complete JavaFX development environment on Linux. It’s all there for JavaFX development. Code complementation, live…
JavaFX 1.0 is out and there are tons of new cool features, specially for game development.trans I’ll show in this tutorial how to create a…
JavaFX 1.0 is out and is absolutely amazing. You guys did really a great work on it. As I really need a working SDK on…
[youtube]NRwRTHPGg6M[/youtube] In a game I wrote some years ago we handled simple rectangular collisions. Given the points: We did: // returning 0 means collision int…
More books to my shelf. Ruby On Rails, Executando. Desenvolvimento Rápido para a Web. Bruce A. Tate & Curt Hibbs. Ruby, conhecendo a linguagem. Eustáqui…
An side-scrolling game attempt. I used two images, this mountain background made with Gimp (xcf sources here) and that ship above made with Inkscape (svg…