An open source Danmaku development kit for Unity3D.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

authored by

James Liu and committed by
GitHub
19a86a95 df01724b

+17 -2
+17 -2
README.md
··· 1 - # DanmakU [![Docs](https://img.shields.io/badge/docs-passing-brightgreen.svg)](https://jamessliu.com/DanmakU) [![license](https://img.shields.io/github/license/james7132/DanmakU.svg)](./LICENSE) [![Discord](https://discordapp.com/api/guilds/346069036557271052/widget.png)](https://discordapp.com/invite/e9G43m2) 2 - DanmakU is an high performance, open source development kit for Unity3D focused on simplifying the development of 2D bullet hell games. 1 + <p align="center"> 2 + <img src=https://i.imgur.com/I3i2xc2.png/> 3 + <br/> 4 + <a href="https://jamessliu.com/DanmakU"> 5 + <img src="https://img.shields.io/badge/docs-passing-brightgreen.svg"/> 6 + </a> 7 + <a href="./LICENSE"> 8 + <img src="https://img.shields.io/github/license/james7132/DanmakU.svg"/> 9 + </a> 10 + <a href="https://discordapp.com/invite/e9G43m2"> 11 + <img src="https://discordapp.com/api/guilds/346069036557271052/widget.png"/> 12 + </a> 13 + </p> 14 + 15 + --- 16 + 17 + **DanmakU** is an high performance, open source development kit for Unity3D focused on simplifying the development of 2D bullet hell games. 3 18 4 19 Check out the [documentation](https://jamessliu.com/DanmakU) or join the [Discord Server](https://discordapp.com/invite/e9G43m2) for more realtime support. 5 20