Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 2.14 KB

README.md

File metadata and controls

71 lines (46 loc) · 2.14 KB

DanmakuFlameMaster

android上开源弹幕解析绘制引擎项目。Build Status

DFM Inside:

hacfun acfun bili

以上客户端均使用DFM弹幕引擎,实际效果可安装以上app参看。

Features

  • 使用SurfaceView高效绘制

  • A站json弹幕格式解析

  • B站xml弹幕格式解析

  • 基础弹幕精确还原绘制

  • 支持mode7特殊弹幕

  • 多核机型优化,可选独立线程缓存进行绘制

  • 支持多种绘制选项动态切换

  • 支持实时弹幕显示

  • 换行弹幕支持/运动弹幕支持

  • 支持自定义字体

  • 支持多种弹幕参数参数设置

  • 支持多种方式的弹幕屏蔽

TODO:

  • 继续精确/稳定绘帧周期

  • 增加OpenGL ES绘制方式

  • 改进缓存策略和效率

Gradle

  dependencies {
    compile 'me.neavo:danmakuflamemaster:x.x.x'
  }

Version

  • x.x.x = version, or set '+' for lastest(0.2.3)

License

Copyright (C) 2013 Chen Hui <[email protected]>
Licensed under the Apache License, Version 2.0 (the "License");