Luke Siegert
2 min readApr 8, 2021

--

Dancing Fruit Tree

For my final project I want to make an artwork with arrays of different kinds of fruit hanging from a tree swinging back and forth in the wind. I want to make about 3 or 4 different game object classes that will represent each fruit, (all of which will most likely be circular to make the process easier) and then put them into arrays where a number of each will be placed at the top of a rendering of a tropical tree. Each fruit class will use push, translate and rotate along with the tool framecount to make them swing back and forth in a pendulum motion like my original UFO game class does. I’m assuming I will have to create a for loop for each class as well so I will use that to spread each one out. For the background I will try to incorporate some sort of tropical related scenery like beach of jungle for which I will either render or use loadimage.

--

--