leakec / sihm

Standalone Interactive HTML Movie (SIHM): A highly-portable, interactive way to visualize your simulations.
https://leakec.github.io/sihm/
MIT License
1 stars 0 forks source link
movie simulation visualization

Standalone Interactive HTML Movie (SIHM)

A highly-portable, interactive way to visualize your simulations.

Continuous integration PyPI version

Summary | Examples | Installation guide

Summary

This package provides sihm, a command-line tool that takes as input a YAML file that defines geometry and properties of that geometry—position, velocity, color, etc.—vs. time and turns it into a standalone, interactive HTML movie.

Examples

Examples of sihm's output can be found here.

Installation

Installing just the sihm Python package via pip install sihm will give you access to all the functionality of sihm (provided you install the system dependencies yourself). However, if you also want tab-completion for common shell programs such as bash or zsh, then you should consider installing the sihm package via your package manager (this will also take care of installing system dependencies so you don't have to worry about it yourself).

Linux

Mac

Windows