https://github.com/ImageEngine/cortex
Libraries for visual effects software development
https://github.com/ImageEngine/cortex
Last synced: 8 months ago
JSON representation
Libraries for visual effects software development
- Host: GitHub
- URL: https://github.com/ImageEngine/cortex
- Owner: ImageEngine
- License: other
- Created: 2013-06-12T23:12:28.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T09:24:53.000Z (over 1 year ago)
- Last Synced: 2024-05-29T00:48:33.180Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 107 MB
- Stars: 517
- Watchers: 76
- Forks: 123
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- anything_about_game - Cortex - Libraries for VFX software development (Game-Design-Tool)
- awesome-cg-vfx-pipeline - Cortex - Libraries for VFX software development. (Libraries / CG Software API)
README

# Cortex #
Cortex is a cross-application framework for computation, rendering, and file I/O that provides a set of high-quality C++ libraries and Python modules tailored for software development in the VFX industry. This project focuses on creating a set of practical and reusable modules for technical directors, CG supervisors, and programmers, freeing them to focus on innovation and new features in their software projects.
Out of the box, Cortex has full support for the [Arnold](https://www.arnoldrenderer.com/arnold/) and [3Delight](https://www.3delight.com) renderers. It also has built-in integration with Maya, Houdini, and Nuke, with default user interfaces that provide for file I/O and live data manipulation. With its extensible API, Cortex’s DCC integration can be expanded to create custom tools to solve studio pipeline needs.
You can find out more from our [introductory paper on Cortex](https://github.com/ImageEngine/cortex/wiki/pdfs/AnOpenSourceFrameworkForVisualEffectsSoftwareDevelopment.pdf) and the [Cortex presentations at SIGGRAPH 2011](https://vimeo.com/album/5504655).
For a proof-of-concept demonstration of Cortex’s power as a framework, see [Gaffer](https://gafferhq.org), an open-source, node-based application designed for flexible scene building, rendering, and pipeline automation.
Participation in the Cortex project requires abiding by its [Code of Conduct](CODE_OF_CONDUCT.md).
## Download ##
Download the latest source from the [releases page](https://github.com/ImageEngine/cortex/releases).
## Mailing Lists ##
- [Developer discussion](https://groups.google.com/group/cortexdev)
- [Commit notifications](https://groups.google.com/group/cortexcommits)
## Building and Testing ##
- [Prerequisites](https://github.com/ImageEngine/cortex/wiki/Building#prerequisites)
- [Building Cortex](https://github.com/ImageEngine/cortex/wiki/Building#building)
- [Testing Cortex](https://github.com/ImageEngine/cortex/wiki/Building#testing-and-documentation)
## Questions, Troubleshooting, and Feature Requests ##
If you have any questions about developing Cortex, or feature requests, please ask on the [Cortex developer group](https://groups.google.com/group/cortexdev).
## Contributions and Bugs Reports ##
Please see the project's [Contribution Guidelines](CONTRIBUTING.md).
## Copyright and License ##
© 2007–2019 Image Engine Design Inc. All rights reserved.
Distributed under the [3-Clause BSD license](LICENSE).