منصوبے کے بارے میں

GoofyVulkanLibrary is a library that wraps the Vulkan API to simplify the development of small-scale applications. It integrates the Vulkan Memory Allocator (VMA) to handle memory allocation tasks. Build and Compilation: The project uses CMake for compilation. Key build options include: - COMPILE_GFVL_LIBRARY: Enabled by default to compile the core library. - COMPILE_ALL_EXAMPLES: Disabled by default; when enabled, it compiles all provided examples in the example folder. Note: Users are required to compile shaders independently.