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
- Host: GitHub
- URL: https://github.com/pklaus/urqmd-viewer
- Owner: pklaus
- License: other
- Created: 2020-02-17T10:58:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T06:48:32.000Z (almost 4 years ago)
- Last Synced: 2024-12-28T15:48:39.801Z (5 months ago)
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# urqmd-viewer
[](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
```