phetsims / neuron

"Neuron" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
1 stars 3 forks source link

Port the WebGL portions to be compatible with Scenery 0.2 #65

Closed jbphet closed 9 years ago

jbphet commented 9 years ago

Our original plan for getting Neuron published was to have it use the 0.1 branch of Scenery. That's not working out so well, since other libraries are starting to get dependent on Scenery 0.2 (see #61). Also, being dependent on the 0.1 version is likely to create long term maintenance issues for this sim. @samreid and @jonathanolson and I have discussed this, and we think it is possible to port the portions of the code that uses WebGL to Scenery 0.2. @jonathanolson has created some demos and done some prepatory work for this.

jonathanolson commented 9 years ago

@jbphet, let me know if you need anything else for transparency. I believe the issues are fixed in ParticlesWebGLNode5.

jbphet commented 9 years ago

The work on this has been completed, closing.