RSS
Welcome to my blog, hope you enjoy reading :)

Wednesday, February 20, 2013

MediaPlayer in JavaFx and Processing

Here is a nice article on writing your own media player using Java and JavaFX.

That was from http://www.youtube.com/watch?v=bWl98dhvf8Q
You can find the code at:
http://code.google.com/p/paul-gramming/source/browse/IDEA/MoviePlayer/src/player/MoviePlayer.java
I had been struggling to get started with JavaFX but somehow I could feel the entry barrier because of the slightly different syntax of JavaFX. However this sample does not look so bad!

Just a few days ago I also learnt that there was something called Processing (http://processing.org) which is popular among artists! And seems like folks use to write media players and what not with processing... so I was curious to see if this was equally powerful or was easier than JavaFX. So I went Google... Google... and found this:
http://itssmee.wordpress.com/2010/04/21/comparing-processing-to-javafx-via-a-processing-tutorial/
So now it seemed like processing is quite good! Check out the source at http://blog.blprnt.com/source-code-tutorial
http://blog.blprnt.com/about has some nice articles on Mobile programming too: http://blog.blprnt.com/blog/blprnt/processing-android-mobile-app-development-made-very-easy




No comments: