processing / processing/libprocessing

Implement `Video` API Object

Open
#19 0 comments 0 reactions 1 assignee View on GitHub

@tychedelia is already working on this.

Since Apr 2, 2026.

Dominant language
Rust
Stars
69
Forks
14
Avg merge
15d 22h
Merged PRs (30d)
3

Description

We want to play videos! This is going to be a really tricky one, as there's not great cross-platform video support. One big advantage of being LGPL licensed is that we should be able to link against ffmpeg, which could be a good starting point. I've had success with software decoding in the past. There's nascent support for Vulkan Video in wgpu, which we'll also want to explore.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.