Pinned Repositories
DataStructSample
Several samples which show much common data struct and algorithm by android ndk application.
ImageProcessor
An application which focused on fundamental image processing technique,it was developed on qt platform and halcon library.一个基于qt联合halcon开发的图像处理桌面应用,包含多种基础图像处理算法,底层是直接调用halcon脚本或执行halcon C++代码。
jigsawMaker
A collage View which can make pictures together to be edited to build a new picture with some wonderful effect~一个将多张图片整合一起的拼图控件,支持手势拖拽、多图联动、旋转、滤镜等多种效果~
JigsawPoster
一个效果类似海报工厂的安卓自定控件,实现了一些有趣的效果。
opengl-es-study-demo
一个OpenGL es入门项目,帮助初学者更快地入门学习。主要内容是基础图形绘制、缓冲对象使用、渲染视频、视频添加滤镜效果,详细可见我的博客专栏。Opengl es study demo for freshman to learn opengl es quickly.
RxKotlinSample
用Kotlin写的仿RxJava的sample,用于学习加深理解RxJava源码原理
ScanCalculator
a project that can calculate only through scanning the Calculation formula.
UnitedPlayer
一个支持录制和播放音频视频的安卓短视频应用,支持添加水印,并可以选择多种仿抖音滤镜特效展示。A video and audio recorder and player based on OpenGL es,FFmpeg,OpenSl es,MediaCodec on Android platform.It gives video interesting effect through fragment shader.
WeatherForecast
A qt project which providers weather forecast function.一个基于qt开发的天气预报应用,适合初学者学习。
YuvVideoPlayerDemo
一个基于OpenGl的yuv播放demo,用于快速入门OpenGl es,其中包括基础图形绘制、缓冲对象使用、yuv视频渲染、特效滤镜等。 详细解析请看我个人博客专栏 :[一看就懂的OpenGL es教程](https://juejin.cn/post/7033711811006464030)
yishuinanfeng's Repositories
yishuinanfeng/UnitedPlayer
一个支持录制和播放音频视频的安卓短视频应用,支持添加水印,并可以选择多种仿抖音滤镜特效展示。A video and audio recorder and player based on OpenGL es,FFmpeg,OpenSl es,MediaCodec on Android platform.It gives video interesting effect through fragment shader.
yishuinanfeng/opengl-es-study-demo
一个OpenGL es入门项目,帮助初学者更快地入门学习。主要内容是基础图形绘制、缓冲对象使用、渲染视频、视频添加滤镜效果,详细可见我的博客专栏。Opengl es study demo for freshman to learn opengl es quickly.
yishuinanfeng/jigsawMaker
A collage View which can make pictures together to be edited to build a new picture with some wonderful effect~一个将多张图片整合一起的拼图控件,支持手势拖拽、多图联动、旋转、滤镜等多种效果~
yishuinanfeng/YuvVideoPlayerDemo
一个基于OpenGl的yuv播放demo,用于快速入门OpenGl es,其中包括基础图形绘制、缓冲对象使用、yuv视频渲染、特效滤镜等。 详细解析请看我个人博客专栏 :[一看就懂的OpenGL es教程](https://juejin.cn/post/7033711811006464030)
yishuinanfeng/JigsawPoster
一个效果类似海报工厂的安卓自定控件,实现了一些有趣的效果。
yishuinanfeng/ScanCalculator
a project that can calculate only through scanning the Calculation formula.
yishuinanfeng/RxKotlinSample
用Kotlin写的仿RxJava的sample,用于学习加深理解RxJava源码原理
yishuinanfeng/WeatherForecast
A qt project which providers weather forecast function.一个基于qt开发的天气预报应用,适合初学者学习。
yishuinanfeng/DataStructSample
Several samples which show much common data struct and algorithm by android ndk application.
yishuinanfeng/ImageProcessor
An application which focused on fundamental image processing technique,it was developed on qt platform and halcon library.一个基于qt联合halcon开发的图像处理桌面应用,包含多种基础图像处理算法,底层是直接调用halcon脚本或执行halcon C++代码。
yishuinanfeng/OfflineStoreRepository
A project that can store your datas when you are posting some datas to server if network is disconnected,and post data to server while network connect.
yishuinanfeng/FlowLayout
Android流式布局,支持单选、多选等,适合用于产品标签等。
yishuinanfeng/FunctionGraph
Show the graph of specified function on Android platform.
yishuinanfeng/HalconLearnProject
Some Halcon fundematal projects for freshman.
yishuinanfeng/simplest_video_sample
基于雷神博客(https://blog.csdn.net/leixiaohua1020/article/details/8652605 ) 等资料编写的最简单的视频播放器demo
yishuinanfeng/Android
GitHub上最火的Android开源项目,所有开源项目都有详细资料和配套视频
yishuinanfeng/android-art-res
the source code in research art of android development
yishuinanfeng/Android-Sticker
Android Sticker Sample (贴图)
yishuinanfeng/Android-Universal-Image-Loader
Powerful and flexible library for loading, caching and displaying images on Android.
yishuinanfeng/api-examples
Mathpix API examples - converts image to latex
yishuinanfeng/FFmpegAndroid
android端基于FFmpeg实现音频剪切、拼接、转码、混音、编解码;视频剪切、水印、截图、转码、编解码、转Gif动图、画面拼接、视频倒播;音视频合成与分离;音视频解码、同步与播放;FFmpeg本地推流、H264与RTMP实时推流直播;OpenGL+GPUImage实时滤镜;FFmpeg滤镜:素描、色彩平衡、hue、lut、模糊、九宫格等;基于IjkPlayer修改支持RTSP超低延时直播(局域网1080P延时130ms)、暂停、静音,多路投屏直播
yishuinanfeng/FmodSample
A sample that is build using Fmod(The real-time adaptive audio engine) sound library to provide special effect for specified sound.
yishuinanfeng/HoroscopeScrawler
Application that can scrawl some horoscope data from specified website.
yishuinanfeng/ImageLoaderDemo
yishuinanfeng/JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
yishuinanfeng/MusicPlayer
init music player
yishuinanfeng/OpenGlDemo
A simple OpenGl demo to show texture on screen.
yishuinanfeng/platform_development
yishuinanfeng/react-native
A framework for building native apps with React.
yishuinanfeng/yishuinanfeng
Config files for my GitHub profile.