Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grand-mother/retro-player
An interactive event display for GRAND's neutrino simulation (RETRO)
https://github.com/grand-mother/retro-player
astrophysics grand neutrino panda3d plugin retro
Last synced: 18 days ago
JSON representation
An interactive event display for GRAND's neutrino simulation (RETRO)
- Host: GitHub
- URL: https://github.com/grand-mother/retro-player
- Owner: grand-mother
- License: lgpl-3.0
- Created: 2017-10-12T23:17:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T14:25:43.000Z (about 7 years ago)
- Last Synced: 2024-11-22T05:25:40.690Z (3 months ago)
- Topics: astrophysics, grand, neutrino, panda3d, plugin, retro
- Language: Python
- Homepage:
- Size: 5.04 MB
- Stars: 1
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.LESSER
Awesome Lists containing this project
README
# RETRO player
_This is a plugin for RETRO providing an interactive event display._
## Installation
The player is built on the [Panda3D][Panda3D] engine. In order to run it
you'll need to install the Panda3D SDK, e.g. from [here][Panda3D:SDK]. Then,
from [RETRO][RETRO]'s directory run:```bash
mkdir -p plugins
git clone https://github.com/grand-mother/retro-player plugins/player
make && make plugins
```[Panda3D]: https://www.panda3d.org/
[Panda3D:SDK]: https://www.panda3d.org/download.php?sdk&version=1.9.4
[RETRO]: https://github.com/grand-mother/retro## Documentation
In order to run the player you'll need a configuration card,
e.g. [example/ulastai.json](example/ulastai.json). Then run:```bash
retro-play plugins/player/examples/ulastai.json
```## License
The player plugin for RETRO is under the **GNU LGPLv3** license. See the
provided [LICENSE](LICENSE) and [COPYING.LESSER](COPYING.LESSER) files.