1.0.0 • Published 7 years ago

danmakubox.js v1.0.0

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

Danmakubox.js

A Danmaku Render Library

How to use

Include dist/danmakubox.min.js, add a <canvas id="renderer"> element in document , and do this:

let renderer = new DanmakuBox.DanmakuRenderer("renderer");
renderer.play()
renderer.startAutoRender()
setInterval(()=>{renderer.send(["nya","nyanyanyanyanyanya~~"][parseInt(Math.random()*1.5)])},200)

More

Please see the scource code, doc is under construction.

1.0.0

7 years ago

0.7.0

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.2.2

7 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.0

8 years ago