Skip to content

Proof-of-concept for scenery-OpenPMD interaction via Python

Notifications You must be signed in to change notification settings

scenerygraphics/scenery-openpmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scenery-OpenPMD interop

Synopsis

This repository serves as a proof of concept for interfacing scenery and OpenPMD, via OpenPMD's Python bindings, and jpype/scyjava.

The code in scenery-openpmd.py loads data from the OpenPMD example files and displays them using a custom scenery application that is fully defined in the Python code.

Super cheap example image

Installation

Using conda or mamba, create a new environment by importing the provided environment.yml file,

conda env import -f environment.yml
conda activate scenery-python

You can then launch the PoC with python ./scenery-openpmd.py.

About

Proof-of-concept for scenery-OpenPMD interaction via Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages