simularium / vivarium-models

Apache License 2.0
0 stars 1 forks source link

Generalize SimulariumEmitter #18

Closed blairlyons closed 1 year ago

blairlyons commented 2 years ago

Use Case

As a developer using the SimulariumEmitter, I want to generally handle fibers or particles data regardless of the simulation engine that calculated them.

Acceptance Criteria

SimulariumEmitter doesn't check the active simulator in order to shape data, regardless of whether it is fibers or particles.

Details

Likely data will need to be added to simulation state to indicate how to handle it (i.e. fibers vs particles), but this should be a general field, not specifying any specific simulation engine.

Current emitter is here.

blairlyons commented 1 year ago

This is de-prioritized now in favor of prototyping with BioSimulators API