An open API service indexing awesome lists of open source software.

https://github.com/ohkashi/snoweffect

Snowfall effect using DirectX 11 + ImGui
https://github.com/ohkashi/snoweffect

directx11 imgui particle snowfall

Last synced: 11 months ago
JSON representation

Snowfall effect using DirectX 11 + ImGui

Awesome Lists containing this project

README

          

# SnowEffect
* Snowfall effect using `DirectX 11` `DirectXTK` + `ImGui`

![shot1](https://github.com/ohkashi/SnowEffect/blob/master/snow-imgui.jpg)

* Inspired by [Project Asura](http://asura.iaigiri.com/OpenGL/gl20.html)
- [DirectXTK](https://github.com/microsoft/DirectXTK) DirectX Tool Kit for DirectX 11
- ~~[DirectXTex](https://github.com/microsoft/DirectXTex) Texture processing library~~
- [Dear ImGui](https://github.com/ocornut/imgui) Immediate mode GUI for C++