Skip to content

opensim-org/opensim-viewer-backend

Repository files navigation

opensim-viewer-backend


  • This Repo contains scripts to convert OpenSim based data files into gltf format
  • We use third party library pygltflib to manipulate the gltf structure thus avoiding low level json file manipulation and encoding/decoding whenever possible.

Description of specific python files:

  • openSimData2Gltf.py: gneric utilities that take columns of data and time stamps and create the corresponding Accessors in the passed in GLTF2 structure

  • convert{xxx}2Gltf.py: Utilities for converting files with extension {xxx} to gltf, the convention is to produce a file with the same name but with different extension, unless an output file is specified

  • To use with the web based viewer, the docker file at the top level is used to create an image that gets uploaded to aws

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published