A Simple Calculator created as a native cross-platform Desktop Application using GLFW and ImGui as Windowing Libraries and used Vulkan as a graphics renderer.
Requirements - Vulkan, GCC compiler, Premake
- Clone this Repo with
--recursive
tag to clone all the dependencies. - Run
scripts/setup.bat
- Run
scripts/run.bat
- On adding Non-Resizability, Old Titlebar shows up. Fix adding Non-Resizability.
- Add Responsiveness to the UI.
- Add a Calculate Button in UI.
- Add Compatibilty with both keypad keys and board keys.