Ross ROSS = Recommend OSS · open-source software intelligence for agents

GPUImage

GPUImage 3 is a BSD-licensed Swift framework for GPU-accelerated video and image processing using Metal. observed · 2026-08-28

github.com/BradLarson/GPUImage3 · Swift · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2999
  • days_rel: n/a
  • days_push: 769
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2876 stars · 373 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

GPUImage is a BSD-licensed framework for GPU-accelerated image and video processing on iOS and Mac, letting developers apply filters and effects to images, live camera video, and movies without writing OpenGL ES/Metal boilerplate. It comes in Objective-C (GPUImage), Swift/OpenGL (GPUImage2), and Swift/Metal (GPUImage3) variants.

Use cases

  • apply real-time filters to live camera video on iOS
  • process images with GPU-accelerated effects
  • write custom GPU shader filters for photos and video
  • add photo and video effects to a mobile app
  • replace slow CPU-based image filtering with GPU processing
  • build a camera app with live filtered previews

When to choose

  • you need custom GPU filters that Core Image cannot express
  • you want fast real-time filtering of camera video on Apple platforms
  • you prefer a simpler interface over raw OpenGL ES/Metal code

When to avoid

  • you need advanced Core Image features like facial detection
  • you target non-Apple platforms
  • you need very large-radius Gaussian blurs where Core Image is faster
  • you want a framework with frequent updates and modern platform support

Facets

framework · maturity maintenance

image-processing video-processing graphics image-processing mobile-development graphics cpp gpu-accelerated opengl-es metal camera-filters shaders real-time-processing video ios macos swift

3 sources

Member repositories

RepositoryRoleHealth v2
BradLarson/GPUImage3main32
BradLarson/GPUImagemirror23
BradLarson/GPUImage2mirror23

For agents

markdown · JSON · MCP: product_card(name="BradLarson/GPUImage3")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem