Android OpenGL Canvas Versions Save

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

v1.5.4.0

1 year ago

Add GaussianBlurFilter & Fix FilterGroup ViewPort Issue (1.5.4, Thanks to @iffly)

v1.5.3.0

1 year ago
Update libraries version for example. And example supports Kotlin
Migrate to AndroidX
Support flipping horizontally. Thanks to https://github.com/zatrit

v1.5.2.0

3 years ago
  • 添加录屏demo

  • 添加clearTextureCache,比弱引用更快释放内存 (1.5.2)

  • AndroidCanvasHelper能直接操作Canvas里的bitmap了 (1.5.2)

  • Add record screen demo

  • Add clearTextureCache to help clear cache faster than WeakHashMap. (1.5.2)

  • Can operate bitmap when using AndroidCanvasHelper (1.5.2)

v1.5.1.0

4 years ago
  1. Optimize some code for setSharedEglContext
  2. Add ScreenRecord example

v1.5.0.0

4 years ago
  • TwoTextureFilter支持RawTexture了

  • drawSurfaceTexture也支持BitmapMatrix了

  • The TwoTextureFilter supports RawTexture.

  • The drawSurfaceTexture supports BitmapMatrix.

v1.4.2.3

4 years ago
  • 修复BitmapMatrix rotate导致的变形
  • Fix the out of shape when using rotate matrix;

v1.4.2.2

4 years ago

再次修复BitmapMatrix translate导致的变形 Fix the out of shape when using translate matrix

v1.4.2.1

4 years ago

修复BitmapMatrix translate导致的变形 Fix the out of shape when using translate matrix

v1.4.2.0

4 years ago

Fix FilterGroup on drawSurfaceTexture 修复FilterGroup无法应用在SurfaceTexture上的问题

v1.4.1.3

5 years ago
  1. Fix subtle index out of bound exception