Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jungerm2/s3df

Scalable 3D Graphics: A lossless format for exchanging assets
https://github.com/jungerm2/s3df

Last synced: 16 days ago
JSON representation

Scalable 3D Graphics: A lossless format for exchanging assets

Awesome Lists containing this project

README

        

## Quickstart

Install all requirements:
```shell
pip install -r requirements.txt
```

Then install this library. First `git clone` it then `cd` into it and run:
```shell
pip install -ve .
```

Run the example via:
```shell
invoke run examples/complexball.yaml
```