1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02:00
ScreenPlay/Tools
2021-06-25 12:35:41 +02:00
..
build.py Change CI to use setup.py 2021-05-16 13:12:24 +02:00
clang_format.py Refacot setup and formatting tools 2021-05-16 13:09:32 +02:00
cmake_format.py Refacot setup and formatting tools 2021-05-16 13:09:32 +02:00
download_ffmpeg.bat Remove timeout 2021-05-16 14:13:27 +02:00
download_ffmpeg.py Add ffmpeg and fix video import 2021-05-21 12:02:16 +02:00
execute_util.py Refacot setup and formatting tools 2021-05-16 13:09:32 +02:00
format_util.py Refacot setup and formatting tools 2021-05-16 13:09:32 +02:00
qdoc.py Add ScreenPlayUtil and ScreenPlayShader to developer docs 2021-05-13 13:05:05 +02:00
qml_format.py Change formatter to 6.1 2021-05-16 19:35:05 +02:00
Readme.md Add ffmpeg and fix video import 2021-05-21 12:02:16 +02:00
setup.py Add curl to satisfy sentry 2021-06-25 12:35:41 +02:00

Tools

This folder contains serveral python tools to help with development:

setup.py

  • Installs third party dependencies for all platforms

build.py

  • Build ScreenPlay locally

clang_format.py

  • Invokers clang-format for all .cpp and .h files

qdoc.py

  • Builds documentation for all projects into Docs/html

download_ffmpeg.py

  • Donwload ffmpeg for macos only for now

qml_format.py

  • Calls qmlformat for all qml files