December 2009
Intermediate to advanced
274 pages
5h 45m
English
Particles are capable of creating some eye-catching animations that produce vibrant and fluid effects. Physics engines, on the other hand, create animations that satisfy our sense of motion. Combining these two excellent effects offers the best of both worlds, and this chapter explores two examples of intertwining physics with particles.
Particles as Bodies
In Chapter 6 I used the open source physics engine Phys2D to implement a number of physics-based examples in JavaFX. This chapter will continue to use Phys2D because it provides so much functionality.
As you'll recall from Chapter 6, an object in a physics simulation is called a body. This first example explores how to implement a particle system ...
Read now
Unlock full access