An open source Danmaku development kit for Unity3D.
0
fork

Configure Feed

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

Merge branch 'develop' of https://github.com/james7132/DanmakU into develop

james713 46ab51de 96e59f15

+21 -3
+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
+4 -1
docs/docfx.json
··· 36 36 ] 37 37 } 38 38 ], 39 + "sitemap": { 40 + "baseUrl": "https://jamessliu.com/DanmakU/" 41 + }, 39 42 "overwrite": [ 40 43 { 41 44 "files": [ ··· 48 51 } 49 52 ], 50 53 "globalMetadata": { 51 - "_appTitle": "DanmakU", 54 + "_appTitle": "DanmakU", 52 55 "_appFooter": "&#0169; 2018 James Liu", 53 56 "_enableSearch": "true", 54 57 "_disableContribution": "false",