35
0
Fork 0
Mainly on GitHub! TOOD: Add Github CI which pushes to Foregejo https://github.com/voc/voctomix
  • Python 89.9%
  • Shell 9%
  • Dockerfile 1%
Find a file
Franziska Kunsmann 13d2b505b2
Merge pull request #366 from justjanne/wayland-ui
Add Wayland support
2025-05-18 11:32:04 +01:00
.github/workflows add type checking to CI 2025-03-31 16:38:13 +02:00
configs just enough ini so voctocore can run. 2024-07-27 02:07:58 -05:00
data/images different backgrounds for different composites 2019-12-25 19:02:05 +01:00
debian remove lib dependencies 2020-08-05 15:03:11 +02:00
doc voctocore: fixed stream blanker 2019-01-30 18:27:32 +01:00
example-scripts Avoid sys.path manipulation in voctocore/voctogui 2025-03-30 21:56:50 +02:00
python_stubs Setup type checking 2025-03-31 16:37:51 +02:00
vocto Fix bugs discovered by mypy 2025-03-31 16:37:52 +02:00
voctocore Fix bugs discovered by mypy 2025-03-31 16:37:52 +02:00
voctogui Merge remote-tracking branch 'origin/main' into wayland-ui 2025-05-17 16:29:07 +02:00
.editorconfig add editorconfig file 2017-08-03 23:21:49 +02:00
.gitignore added venv to gitignore 2020-10-14 23:17:01 +02:00
.python-version Setup package management 2025-03-30 21:56:50 +02:00
Dockerfile Add dockerfile 2025-03-30 21:56:50 +02:00
LICENSE.txt Cleanup License Foo 2016-04-28 13:06:19 +02:00
pyproject.toml Avoid inconsistent numpy versions 2025-05-17 16:35:32 +02:00
README-TRANSITIONS.md parked some code here 2018-10-31 13:32:20 +01:00
README.md add type checking to CI 2025-03-31 16:38:13 +02:00
schedule.xml preconfigured test case for schedule driven overlays 2019-07-24 17:51:27 +02:00
uv.lock Avoid inconsistent numpy versions 2025-05-17 16:35:32 +02:00

VOCTOMIX

voctomix is a video mixing software, written in python.

We support all python versions between "latest stable" and "available in debian stable". Older python versions might work, but we don't test on those.

Developer Setup

uv venv --system-site-packages
uv pip install pygobject-stubs --config-settings=config=Gtk3,Gdk3
uv sync --dev

Tests

uv run pytest
uv run mypy -p voctocore -p voctogui

Current Documentation