aakash58 / connchem

Automatically exported from code.google.com/p/connchem
0 stars 0 forks source link

Molecule trace #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Description of Feature:
Molecules should have a boolean value which can be turned on or off, which 
controls a "molecule trace."
This molecule trace is a colored line which indicates their location over time, 
and remains until cleared.

Do you know how this issue might be addressed?
I imagine an array of points, polled every "time unit", can be included in the 
Molecule class.  Then, each frame they will all be drawn, perhaps as tiny 
ellipses, or lines between the points (this latter is how the pH and molecule 
count monitors work).
Alternatively, a central array of points for the entire simulation might be 
drawn on top of the canvas background.  This will have to be a multidimensional 
array of points, as each molecule would need the ability to have a trace.

Original issue reported on code.google.com by allan.be...@gmail.com on 8 Feb 2011 at 5:11

GoogleCodeExporter commented 8 years ago
Tuan: If you want me to take any of these, or explain any to you, let me know.

Original comment by allan.be...@gmail.com on 16 Jun 2011 at 9:37