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

https://github.com/roblesch/palace

A vulkan glTF viewer
https://github.com/roblesch/palace

Last synced: 11 months ago
JSON representation

A vulkan glTF viewer

Awesome Lists containing this project

README

          

# palace

![preview](https://blog.roblesch.page/assets/images/palace/preview.jpg)

Read more: https://blog.roblesch.page/blog/2023/07/17/palace-1.html

made with -

[vulkan.hpp](https://github.com/KhronosGroup/Vulkan-Hpp), [sdl2](https://github.com/libsdl-org/SDL), [vma](https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator), [tinygltf](https://github.com/syoyo/tinygltf), [glm](https://github.com/g-truc/glm), [imgui](https://github.com/ocornut/imgui)

## references

> Alexander Overvoorde, Vulkan Tutorial https://vulkan-tutorial.com/
>
> Victor Blanco, Vulkan Guide https://vkguide.dev/
>
> Sascha Willems, Vulkan C++ examples and demos https://github.com/SaschaWillems/Vulkan
>
> KhronosGroup, Vulkan-Hpp: C++ Bindings for Vulkan https://github.com/KhronosGroup/Vulkan-Hpp