https://github.com/cloudcodingspace/happybirthday
A nice little demo for wishing happy birthday to your loved ones!
https://github.com/cloudcodingspace/happybirthday
birthday birthday-wishes cake cpp vulklan
Last synced: about 1 month ago
JSON representation
A nice little demo for wishing happy birthday to your loved ones!
- Host: GitHub
- URL: https://github.com/cloudcodingspace/happybirthday
- Owner: CloudCodingSpace
- License: mit
- Created: 2026-05-18T17:48:07.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-22T16:18:25.000Z (about 2 months ago)
- Last Synced: 2026-05-22T20:24:38.737Z (about 2 months ago)
- Topics: birthday, birthday-wishes, cake, cpp, vulklan
- Language: C++
- Homepage:
- Size: 3.19 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# HappyBirthday
This is a tiny demo app written in C++ with the purpose of wishing our loved ones birthday.
This app uses Vulkan as the API. It renders a birthday cake. Currently only uses MinGW Makefiles and windows, but plan to
making it cross platform.
## Some requirements
- OS must be windows
- Must use mingw64 and make to build the project
- VulkanSDK must be installed in the system with the `VULKAN_SDK` defined in the environment variable
- GPU driver must support Vulkan 1.0 with compute shader support.
## Libs used
- ImGui
- Glfw
## Notes
The compute shader is translated from this wonderful shader from [here](https://www.shadertoy.com/view/4t2cRW).
