An open API service indexing awesome lists of open source software.

https://github.com/pklaus/urqmd-viewer

UrQMD Viewer writting in Python using VisPy
https://github.com/pklaus/urqmd-viewer

Last synced: 3 months ago
JSON representation

UrQMD Viewer writting in Python using VisPy

Awesome Lists containing this project

README

        

# urqmd-viewer

[![thumbnail](https://i.imgur.com/uCDCTPS.png)](https://www.youtube.com/watch?v=RdhlsGzYtwY&hd=1 "UrQMD Viewer in action (Youtube)")

## Prerequisits

* Linux or Mac OS (Windows might work, not tested)
* OpenGL drivers for your graphics card
* Python 3.5+

## Installation

```
git clone https://github.com/pklaus/urqmd-viewer.git
# alternatively download a zipped version of the files and unpack it:
# https://github.com/pklaus/urqmd-viewer/archive/master.zip
cd urqmd-viewer
pip3 install --upgrade -r requirements.txt
```

### Starting the UrQMD Viewer

```
python3 ./urqmd-viewer.py path-to-urqmd-output-file.f14
```