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
- Host: GitHub
- URL: https://github.com/roblesch/palace
- Owner: roblesch
- License: mit
- Created: 2023-05-23T00:01:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T02:34:06.000Z (over 2 years ago)
- Last Synced: 2025-02-12T12:56:19.277Z (over 1 year ago)
- Language: C++
- Homepage: https://blog.roblesch.page/blog/2023/07/17/palace-1.html
- Size: 1.31 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# palace

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