43 skills found · Page 1 of 2
r21nomi / GLRippleViewCustom GLSurfaceView for Android to show image with ripple effect using OpenGL.
moo611 / Opencamera For Androidandroid 美颜相机
spaceLenny / RecordablesurfaceviewA drop-in replacement for GLSurfaceView that can be used to record to an mp4 movie.
zolad / FilterRendererFilter rendering for Android,can add filter effect to GLSurfaceView using OpenGL. 视频滤镜渲染处理,可以添加多种滤镜,使用了OpenGL
tuke0919 / AndroidOpenGLES学习实践OpenGLES,包括绘制几何图形,添加渲染三角形,等腰三角形,彩色等腰三角形,和圆,使用OpenGlES 对图片进行模糊,冷暖色调等处理,编写glsl着色器语言,基于Camera+GlSurfaceView实现相机实时预览 ,实时美颜,实时预览滤镜功能,以及对相册单张图片进行编辑,美颜,滤镜功能,和 脱离GLSurfaceView的Render环境,独立创建EGL上下文环境渲染,FBO帧缓冲对象的使用和离屏渲染
muneikh / MockCameraA mocking camera/video example with GLSurfaceView
ChyengJason / FboCameraGLSurfaceView 预览Camera、水印、录影
chemicalbird / ExoPlayerTimelineViewExtracts video frames using ExoPlayer and show as a video timeline(FixedView, ScrollView)
wtao901231 / GLTextureViewAlmost the same api as GLSurfaceView, another android OpenGL surface implementation using TextureView
quanhua92 / GLMediaPlayerAndroid media player using GLSurfaceView
nekdenis / Camera2MediaCodecAndroid Video Recording With MediaCodec and GLSurfaceView
wylIwwg / FlipPagebitmap仿真书翻页,两种效果,GLSurfaceView,自定义View
AKNoryx28 / Android ImGui GLSurfaceViewNo description available
xuzebin / VideoDecodeOnGLSurfaceDecode Video with Mediacodec APIs and render on GLSurfaceView using OpenGL ES.
rantianhua / PullDownSwitchView自定义ViewGroup实现无限下拉效果,支持GLSurfaceView
eaglesakura / Multicontextglsurfaceview非同期でのGL処理をサポートしたGLSurfaceView
FrankdeBoers / Self CameraSquare正方形预览的Camera,纯java实现,通过GLSurfaceView实现
zhuyuliang / Camerakit1. Common API for Android Camera. Has been encapsulated Camera1 Camera2, UvcCamera. 2. Encapsulate preview View, based on CameraApi. TextureView preview, GLSurfaceView preview, binocular preview can be implemented, and the preview interface can flexibly configure parameters such as image, Scale, and direction.
sanlisanli / EasyOpenglOpenGL ES,绘制几何图形;编写glsl着色器语言,对图片进行模糊,冷暖色调等处理;基于Camera+GlSurfaceView实现相机实时预览 ,实时美颜,实时预览滤镜功能,以及对相册单张图片进行编辑,美颜,滤镜功能;视频添加水印。
bnlrnz / MandelGLAndroid app written in Kotlin to render the Mandelbrot set with OpenGL ES