https://github.com/retreev/petviewer
A program for viewing PET files, built on PangLib and OpenTK
https://github.com/retreev/petviewer
cross-platform dotnet-core model-viewer opentk pangya
Last synced: about 2 months ago
JSON representation
A program for viewing PET files, built on PangLib and OpenTK
- Host: GitHub
- URL: https://github.com/retreev/petviewer
- Owner: retreev
- License: agpl-3.0
- Created: 2019-05-15T23:54:54.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T20:25:16.000Z (about 2 years ago)
- Last Synced: 2025-06-11T05:07:29.171Z (about 1 year ago)
- Topics: cross-platform, dotnet-core, model-viewer, opentk, pangya
- Language: C#
- Homepage:
- Size: 636 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PETViewer
## Build
Building requires the .NET Core 3.1 SDK to be installed.
Build for the platform of your choice, e.g.:
```
dotnet publish -r win-x64 -c Release
```
## Configuration
If a file `init_models` exists in the executable directory the application will automatically load the PET model file specified on the first line.