phetsims / acid-base-solutions

"Acid-Base Solutions" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/sims/html/acid-base-solutions/latest/acid-base-solutions_en.html
GNU General Public License v3.0
4 stars 7 forks source link

Add color profile #198

Closed pixelzoom closed 1 year ago

pixelzoom commented 1 year ago

Based on the discussion in https://github.com/phetsims/acid-base-solutions/issues/173 about pH paper colors, I'm going to implement a color profile for this sim.

pixelzoom commented 1 year ago

This is complete, with one exception: the particles shown in the magnifying glass do not update. This is because the implementation uses Canvas, and this images for the particles are created a sim startup. I'll look at making them update, or possibly converting to scenery Sprites.

In the meantime, this can be used to experiment with alternative colors for the sim.

pixelzoom commented 1 year ago

This is complete, with one exception: the particles shown in the magnifying glass do not update. ...

To be addressed in https://github.com/phetsims/acid-base-solutions/issues/200. All other work here is done, so closing.