Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jungerm2/s3df
- Owner: jungerm2
- Created: 2022-04-22T22:28:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-07T21:34:50.000Z (over 2 years ago)
- Last Synced: 2024-11-11T23:32:00.439Z (3 months ago)
- Language: Python
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```