The ShuttleOFX platform is designed to share OpenFX plugins between plugins creators (industrials, developpers, researchers, students, ...) and graphic artists. Following the TuttleOFX initiative, the ambition is to promote a standard way to create image processing algorithms usable across softwares.
![Stories in Progress](https://badge.waffle.io/shuttleofx/ShuttleOFX.png?label=in progress&title=In Progress)
- website: http://shuttleofx.org
- github: https://github.com/shuttleofx/ShuttleOFX
- website: http://tuttleofx.org
- github: https://github.com/tuttleofx/TuttleOFX
- website: http://openeffects.org
- github: http://github.com/ofxa/openfx
See COPYING.md
Use github issues for suggestions or bug report
Upload config files into /etc/shuttleofx
and run the latest docker image.
docker pull shuttleofx/shuttleofx
Useful if you need to modify the Dockerfile.
docker build -t shuttleofx <source folder>
See run_docker_dev.sh or run_docker_server.sh
- Interactive: You can enter into the image with the option:
-i --entrypoint /bin/bash
- Clean image: You can autoclean the image between runs:
--rm=True