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

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!

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).
![img](./screenshot/img.png)