https://github.com/f3d-app/python-f3d-extras
https://github.com/f3d-app/python-f3d-extras
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/f3d-app/python-f3d-extras
- Owner: f3d-app
- License: bsd-3-clause
- Created: 2025-05-05T17:19:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-14T05:36:45.000Z (6 months ago)
- Last Synced: 2026-01-14T09:21:28.799Z (6 months ago)
- Language: Python
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-f3d-extras
The `f3d_extras` module provides utility functions and additional functionality on top of [`f3d`](https://f3d.app)'s [Python bindings](https://pypi.org/project/f3d/).
The module can be installed using `pip` by running `pip install git+https://github.com/f3d-app/python-f3d-extras`.
Example of its use can be found in the [`examples/`](https://github.com/f3d-app/python-f3d-extras/blob/main/examples) directory of the source repository.