Particle Systems
This assignment emphasizes the development of particle systems. You may use the code distributed in class as a starting point or develop your own system.
Particle System
• Design and implement an algorithm that utilizes particles. The application is your choice based on what was presented in class.
- Your system must consist of multiple particles
- Your system must contain significantly more functionality than the simple bouncing ball demonstrated in class
Deliverables
• A report including
o A description of what your program does
o A description of how to use your program (any user interface controls should be described)
o A description of how your program uses particles including at least:
- The attributes that they store
- How they move
- How many are used in the system
- How they interact with one another (if they interact with one another)
- etc.
o Screen shots of your running program
• Demonstration of your particle system in class
• All source code
Attachment:- Assignment.rar