Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andeplane/omovi
https://github.com/andeplane/omovi
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andeplane/omovi
- Owner: andeplane
- Created: 2021-03-26T10:28:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T07:08:56.000Z (6 months ago)
- Last Synced: 2024-12-30T14:49:08.664Z (25 days ago)
- Language: TypeScript
- Size: 45.3 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OMOVI (Online Molecular Visualizer)
[![NPM](https://img.shields.io/npm/v/omovi.svg)](https://www.npmjs.com/package/omovi) [![Deploy to GitHub pages](https://github.com/andeplane/omovi/actions/workflows/deploy.yaml/badge.svg)](https://github.com/andeplane/omovi/actions/workflows/deploy.yaml)
OMOVI is a library and a web application for visualization of molecular dynamics simulations. It is aimed for simplicity and efficiency. See a demo [here](https://andeplane.github.io/omovi) which can be used to visualize simulation files by drag'n dropping into the browser.
## Features
* File formats (xyz, LAMMPS .data, LAMMPS binary dump)
* React wrapper## Install
```bash
npm install --save omovi
```## License
GPLv3 © [andeplane](https://github.com/andeplane)