simularium / simulariumio

Python package that converts simulation outputs to the format consumed by the Simularium viewer website
Apache License 2.0
5 stars 3 forks source link

Feature/add more UI templates #136

Closed ascibisz closed 1 year ago

ascibisz commented 1 year ago

Problem

Add templates for Cellpack, Cytosim, Springsalad, and Medyan Link to story or ticket

Solution

Added the new templates, creating a couple new base types and a new custom type along the way.

Tested that it'd work with the example UI by replacing the smoldyn file with these new files. We will need to make some changes to the UI to support these changes, including adding support for booleans and arrays, as well as creating buttons for these new forms, but that's out of scope for this ticket, and we can deal with that after we finish autoconversion for smoldyn.

Type of change