AMLSim / jars_archive /sim /app /tutorial3 /index.html
dingyiz's picture
Upload folder using huggingface_hub
2795186 verified
Raw
History Blame Contribute Delete
922 Bytes
<html><head></head><body>
<table border=0 cellspacing=0 cellpadding=6>
<tr>
<td valign=top><img src="icon.png"><td valign=top>
<h2>Tutorial 3: Particles</h2>
By Sean Luke
</table>
<font size="-1" color="gray">
[<a href="tutorial3.html">Tutorial 3</a> documentation]
</font>
<p>An example of 2D particles bouncing around on a grid. When particles intersect, they each choose a random direction to go (including staying put). Particles bounce off the wall and leave trails.
<p><hr><font color='red'>Note:</font> this description is different from the one which appears after following the tutorial documentation. This is because the tutorial documentation overrides the <tt>getInfo</tt> method to provide a description. If this method is not overridden, MASON instead tries to display a file called <tt>index.html</tt> stored in the same directory as the simulation (which is what's going on here).
</body></html>