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
- Host: GitHub
- URL: https://github.com/ohkashi/snoweffect
- Owner: ohkashi
- License: mit
- Created: 2023-11-19T13:19:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T16:22:57.000Z (over 1 year ago)
- Last Synced: 2025-03-13T17:41:37.414Z (over 1 year ago)
- Topics: directx11, imgui, particle, snowfall
- Language: C++
- Homepage:
- Size: 1.23 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SnowEffect
* Snowfall effect using `DirectX 11` `DirectXTK` + `ImGui`

* 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++