-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
Particle | ||
======== | ||
|
||
A particle physics simulator. | ||
Project done by Daryl Sew, Sarah Robinson and Zhengqi Xi as a final project for Michael Zamansky's AP Computer Science class taught at Stuyvesant HS in the Spring of 2012. Particle simulator done in Java using the [Light Weight Java Game Library](http://www.lwjgl.org/) and OpenGL for rendering. Simulator features include: | ||
* Pause/Play | ||
* Save to File | ||
* Powder | ||
* Superball | ||
* Fireworks | ||
* Fluid Fire | ||
* Open a picture | ||
* Change Pen Size | ||
Code originally developed on [Google Code](`http://code.google.com/p/ml2x-z-src/source/browse/#svn%2Ftrunk%2Fprojects%2Ffinal%2F6%2Frobinsewxi%2Frobinsewxi%2Fsrc%2FMain), recently migrated to Github. |