-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PhET-iO instrumentation #77
Comments
I experimented with using ObservableArray to store Particles, more details in In #116. The thought was that this would be a quick way to save/restore state of the particle system, get access to particles, etc. The performance was significantly compromised, so beware about going down that path when this sim is instrumented. |
Since the 1.0 branch was created, there have been extensive PhET0-iO changes that were not patched into the 1.0 branch. When it's time to do a |
PhET-iO instrumentation is complete. Any additional work will be new features or change requests, to be tracked in other GitHub issues. Closing. |
I have attempted to consider PhET-iO while architecting & implementing this sim. But with the exception of top-level model and view classes, the 1.0 release of this simulation will not be instrumented for PhET-iO.
This issue is where I'll capture miscellaneous notes that will be useful for future instrumentation. It might be useful to have the design team review these notes before publishing 1.0.
The text was updated successfully, but these errors were encountered: