Skip to content

Simple window creation with ImGui, GLFW, and Vulkan for easy GUI development.

License

Notifications You must be signed in to change notification settings

gage-lodba/VulkanWindow

Repository files navigation

VulkanWindow

Build Status

A minimalistic project designed for straightforward window creation using ImGui, GLFW, and Vulkan. It provides a hassle-free environment for developing graphical user interfaces with ease.

Building from source

Dependencies

CMake is an open-source, cross-platform family of tools designed to build, test and package software.

Vulkan SDK is a cross-platform industry standard enabling developers to target a wide range of devices with the same graphics API.

Building

cmake -B build
cmake --build build --config Release

Credits

Roboto font by Christian Robertson (Apache-2.0 license).

About

Simple window creation with ImGui, GLFW, and Vulkan for easy GUI development.

Topics

Resources

License

Stars

Watchers

Forks