All Projects → james7132 → Danmaku

james7132 / Danmaku

Licence: mit
An open source Danmaku development kit for Unity3D.

Projects that are alternatives of or similar to Danmaku

Unity Ui Examples
📚 A collection of UI examples for Unity.
Stars: ✭ 152 (-6.75%)
Mutual labels:  unity3d
Ignorance
Ignorance utilizes the power of ENet to provide a reliable UDP networking transport for Mirror Networking.
Stars: ✭ 158 (-3.07%)
Mutual labels:  unity3d
Dfvolume
Distance-field volume generator for Unity
Stars: ✭ 161 (-1.23%)
Mutual labels:  unity3d
Swissarmylib
Collection of helpful utilities we use in our Unity projects.
Stars: ✭ 154 (-5.52%)
Mutual labels:  unity3d
Gltfast
glTF runtime loading library for Unity
Stars: ✭ 156 (-4.29%)
Mutual labels:  unity3d
Svelto.tasks
Svelto Tasks - C# promises compliant multi-threaded tasks runner
Stars: ✭ 159 (-2.45%)
Mutual labels:  unity3d
Danmu Client
A cross-platforms danmaku client that supports transparency which based on canvas + WebSocket. 多用跨平台透明弹幕客户端,支持图文弹幕,基于canvas + WebSocket。
Stars: ✭ 151 (-7.36%)
Mutual labels:  danmaku
Dkvfx
An example that shows how to use recorded Depthkit footage with Unity VFX Graph
Stars: ✭ 162 (-0.61%)
Mutual labels:  unity3d
Simple Optimized A Pathfinder
An simple and optimized grid pathfinding
Stars: ✭ 157 (-3.68%)
Mutual labels:  unity3d
Awesome Opensource Unity
a list of curated opensource Unity packages for future proof Game Developers
Stars: ✭ 161 (-1.23%)
Mutual labels:  unity3d
Flutter Unity Arkit Demo
This demo uses flutter unity view widget to show AR KIT with Unity3D
Stars: ✭ 155 (-4.91%)
Mutual labels:  unity3d
Unity3d Python Communication
⚡️ A very fast, simple, and general inter-process communication example between Unity3D C# and Python, using ZeroMQ
Stars: ✭ 157 (-3.68%)
Mutual labels:  unity3d
Unitypausemenu
This is an open source Unity pause menu created for the game New Horizons, and it's completely free because of how a pause menu is a core component of a game, while the unity asset store was lacking in such an asset (until this was released on the asset store).
Stars: ✭ 160 (-1.84%)
Mutual labels:  unity3d
Cmumocap
Unity humanoid animations converted from the Carnegie Mellon University Motion Capture Database
Stars: ✭ 153 (-6.13%)
Mutual labels:  unity3d
Unity3dtraining
Unity的练习项目
Stars: ✭ 3,035 (+1761.96%)
Mutual labels:  unity3d
Ffmpegrecorder
FFmpeg extension for Unity Recorder
Stars: ✭ 153 (-6.13%)
Mutual labels:  unity3d
Us Danmaku
Firefox 扩展版本见 https://github.com/tiansh/ass-danmaku ;【用户脚本已停止维护】用户脚本 以ass格式下载 AcFun 和 bilibili 的弹幕
Stars: ✭ 158 (-3.07%)
Mutual labels:  danmaku
Commonchinesecharacter
游戏开发中的常用汉字字库,包括3500常用字和7000常用字
Stars: ✭ 162 (-0.61%)
Mutual labels:  unity3d
Kinect Vfx Graph
Use Kinect's depth feed with Unity's VFX Graph
Stars: ✭ 163 (+0%)
Mutual labels:  unity3d
Onesignal Unity Sdk
OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Unity app with OneSignal. https://onesignal.com
Stars: ✭ 161 (-1.23%)
Mutual labels:  unity3d



DanmakU is an high performance, open source development kit for Unity3D focused on simplifying the development of 2D bullet hell games.

Check out the documentation or join the Discord Server for more realtime support.

Features

  • Comprehensive toolset for firing and managing large quantities of similar objects.
  • Built for high multithreaded performance with the Unity C# Jobs system and GPU instancing.
  • (Virtually) Zero garbage collection allocs.
  • Compatible with, and built on the Unity MonoBleedingEdge (.NET 4.6) runtime.
  • Easy and composable bullet pattern construction with the Fireables API.

Requirements and Caveats

  • Unity 2018.1 or newer.
  • Support for Procedural GPU Instancing. All shaders used to render bullets must have GPU Instancing enabled. Requires Shader Model 4.5 or newer.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].