Pular para o conteúdo principal

Postagens

Mostrando postagens com o rótulo effects

Some visual effects and data visualization apps using JavaFX

In this post I am going to show some visual effects I have created with JavaFX which I have posted in my portuguese JavaFX blog . We see cool visual effects in JavaFX since its 1.x version. For example, I have this great book from Lucas Jordan : In this book Lucas Jordan explore known Graphics Computer algorithms using JavaFX Script. I missed a book like that for JavaFX 8 and the reason is that it is really fun to create visual effects... Fortunately I have seem Daniel Shiffman creating a lot of cool apps almost weekly! In my last post I talked about a class that help us to quickly create visual effects with JavaFX . Since then, I created a few, and in this post I will share it with you. The big Red Ball This is a quick sample showing how to write pixel by pixel of a canvas. Supershapes Create  super shapes using JavaFX Flowers The algorithm to create it was based on Daniel Shiffman implementation . Metaballs The metaballs effect us...