Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Bilibili/DanmakuFlameMaster
Android开源弹幕引擎·烈焰弹幕使 ~
https://github.com/Bilibili/DanmakuFlameMaster
Last synced: 6 days ago
JSON representation
Android开源弹幕引擎·烈焰弹幕使 ~
- Host: GitHub
- URL: https://github.com/Bilibili/DanmakuFlameMaster
- Owner: bilibili
- License: apache-2.0
- Created: 2013-08-11T12:18:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T08:51:28.000Z (over 4 years ago)
- Last Synced: 2024-10-25T18:29:28.244Z (9 days ago)
- Language: Java
- Homepage: http://app.bilibili.com/
- Size: 3.41 MB
- Stars: 9,541
- Watchers: 388
- Forks: 2,106
- Open Issues: 259
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-danmaku - DanmakuFlameMaster - Android开源弹幕引擎·烈焰弹幕使 ~ http://app.bilibili.com/ (Clients / Android)
README
DanmakuFlameMaster
==================android上开源弹幕解析绘制引擎项目。[![Build Status](https://travis-ci.org/Bilibili/DanmakuFlameMaster.png?branch=master)](https://travis-ci.org/Bilibili/DanmakuFlameMaster)
### DFM Inside:
[![bili](https://raw.github.com/ctiao/ctiao.github.io/master/images/apps/bili.png?raw=true)](https://play.google.com/store/apps/details?id=tv.danmaku.bili)- libndkbitmap.so(ndk)源码:https://github.com/Bilibili/NativeBitmapFactory
- 开发交流群:314468823 (加入请注明DFM开发交流)### Features
- 使用多种方式(View/SurfaceView/TextureView)实现高效绘制
- B站xml弹幕格式解析
- 基础弹幕精确还原绘制
- 支持mode7特殊弹幕
- 多核机型优化,高效的预缓存机制
- 支持多种显示效果选项实时切换
- 实时弹幕显示支持
- 换行弹幕支持/运动弹幕支持
- 支持自定义字体
- 支持多种弹幕参数设置
- 支持多种方式的弹幕屏蔽
### TODO:
- 增加OpenGL ES绘制方式
### Download
Download the [latest version][1] or grab via Maven:```xml
com.github.ctiao
dfm
0.9.25```
or Gradle:
```groovy
repositories {
jcenter()
}dependencies {
compile 'com.github.ctiao:DanmakuFlameMaster:0.9.25'
compile 'com.github.ctiao:ndkbitmap-armv7a:0.9.21'# Other ABIs: optional
compile 'com.github.ctiao:ndkbitmap-armv5:0.9.21'
compile 'com.github.ctiao:ndkbitmap-x86:0.9.21'
}
```
Snapshots of the development version are available in [Sonatype's snapshots repository][2].### License
Copyright (C) 2013-2015 Chen Hui
Licensed under the Apache License, Version 2.0 (the "License");[1]:https://oss.sonatype.org/#nexus-search;gav~com.github.ctiao~dfm~~~
[2]:https://oss.sonatype.org/content/repositories/snapshots/