Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syoyo/alembic-converters
Alembic file formart converters in C++11
https://github.com/syoyo/alembic-converters
Last synced: about 1 month ago
JSON representation
Alembic file formart converters in C++11
- Host: GitHub
- URL: https://github.com/syoyo/alembic-converters
- Owner: syoyo
- License: mit
- Created: 2018-03-02T04:09:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T10:56:47.000Z (about 6 years ago)
- Last Synced: 2024-10-15T13:21:30.196Z (3 months ago)
- Language: C++
- Size: 24.4 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alembic file formart converters in C++11
## Requirements
* C++11 compiler
* Recent Alembic(1.7.x should work)## Supported platforms
* Linux
* macOS
* Windows(Visual Studio) may work(depends on Alembic build)## Convertes
* alembic-to-cyhair : Alembic curves to CyHair converter.
* curve-combiner : Combine multiple Alembic curve nodes into one curve node.## LICENSE
MIT License.