https://github.com/academysoftwarefoundation/xstudio
xSTUDIO is a modern, high performance and feature rich playback and review application designed for organisations and individuals in the post production, VFX and Animation industries.
https://github.com/academysoftwarefoundation/xstudio
Last synced: about 1 year ago
JSON representation
xSTUDIO is a modern, high performance and feature rich playback and review application designed for organisations and individuals in the post production, VFX and Animation industries.
- Host: GitHub
- URL: https://github.com/academysoftwarefoundation/xstudio
- Owner: AcademySoftwareFoundation
- License: apache-2.0
- Created: 2022-12-12T13:54:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T16:33:45.000Z (over 1 year ago)
- Last Synced: 2025-04-07T03:14:45.038Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 24.7 MB
- Stars: 671
- Watchers: 54
- Forks: 88
- Open Issues: 86
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Governance: GOVERNANCE.md
Awesome Lists containing this project
README
# Welcome to xSTUDIO
xSTUDIO is a media playback and review application designed for professionals working in the film and TV post production industries, particularly the Visual Effects and Feature Animation sectors. xSTUDIO is focused on providing an intuitive, easy to use interface with a high performance playback engine at its core and C++ and Python APIs for pipeline integration and customisation for total flexibility.
## Building xSTUDIO
This release of xSTUDIO can be built on various Linux flavours and Windows 10 and 11. MacOS compatibility is not available yet but this work is on the roadmap for 2024.
We provide comprehensive build steps for 4 of the most popular distributions.
### Building xSTUDIO for Linux
* [CentOS 7](docs/build_guides/centos_7.md)
* [Rocky Linux 9.1](docs/build_guides/rocky_linux_9_1.md)
* [Ubuntu 22.04](docs/build_guides/ubuntu_22_04.md)
### Building xSTUDIO for Windows
* [Windows](docs/build_guides/windows.md)
### Building xSTUDIO for MacOS
MacOS compatibility is not yet available. Watch this space!
### Documentation Note
Note that the xSTUDIO user guide is built with Sphinx using the Read-The-Docs theme. The package dependencies for building the docs are somewhat onerous to install and as such we have ommitted these steps from the instructions and instead recommend that you turn off the docs build. Instead, we include the fully built docs (as html pages) as part of this repo and building xSTUDIO will install these pages so that they can be loaded into your browser via the Help menu in the main UI.