# ChillingVan/android-openGL-canvas

An Android library that provides views using openGL canvas to draw things on SurfaceView or TextureView.

Repository: https://github.com/ChillingVan/android-openGL-canvas
Canonical: https://ross.abutalabs.com/products/android-opengl-canvas
Language: Java
License: Apache-2.0
License Family: permissive
Topics: opengl, android, canvas, camera, gpuimage
Last push: 2024-04-02T19:55:50+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3587, "days_push": 883, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1143, forks 213 (observed 2026-08-28T04:03:44.987329+00:00)

## What it is
An Android library providing OpenGL-based canvas views (GLView, GLTextureView, GLContinuousView) that let you draw bitmaps, animations, and image filters on SurfaceView or TextureView like a traditional Canvas. It offers GPUImage-style filter APIs and integrates with camera preview.

## Use cases
- draw custom views with opengl on android
- apply gpuimage-style filters to bitmaps
- render high-performance animations with opengl
- draw camera preview with filters on textureview
- replace glsurfaceview with textureview for opengl drawing
- custom android view with gpu-accelerated drawing

## When to choose
- you need Canvas-like drawing backed by OpenGL on Android
- you want TextureView benefits like alpha and z-ordering with OpenGL rendering
- you need GPUImage filters plus custom drawing in one view

## When to avoid
- you only need standard 2D drawing without GPU acceleration
- your project targets Android below API 14
- you need OpenGL ES 3.0+ features

## Facets
- artifact type: library
- maturity: maintenance
- function: graphics, image-processing, ui-components
- domain: android-tools, graphics, mobile-development
- platform: jvm
- tags: opengl-es, canvas, textureview, glsurfaceview, gpuimage-filters, camera-preview, gpu-rendering, android

## Member repositories
- ChillingVan/android-openGL-canvas (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:44.987329+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:34:46.860486+00:00, confidence not recorded.
  - readme: https://github.com/ChillingVan/android-openGL-canvas (fetched 2026-08-28T04:03:44.987329+00:00, sha e6603519999b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
