https://github.com/gecko0307/vulkan-demos
My experiments with Vulkan API
https://github.com/gecko0307/vulkan-demos
Last synced: 29 days ago
JSON representation
My experiments with Vulkan API
- Host: GitHub
- URL: https://github.com/gecko0307/vulkan-demos
- Owner: gecko0307
- Created: 2016-02-19T10:53:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-30T08:55:29.000Z (about 9 years ago)
- Last Synced: 2025-02-01T19:12:49.290Z (3 months ago)
- Language: D
- Size: 284 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vulkan Demos
============
These are my first experiments with Vulkan graphics API with C and D languages. I'm using [LunarG SDK](http://lunarg.com/vulkan-sdk), [MinGW](http://www.mingw.org), [DMD](http://dlang.org) and [SDL](https://www.libsdl.org). All the demos are currently Windows-only, PRs to support other systems are welcome.* [vk-sdl](https://github.com/gecko0307/vulkan-demos/tree/master/vk-sdl) - cube demo from LunarG SDK ported to SDL2.
* [vk-d](https://github.com/gecko0307/vulkan-demos/tree/master/vk-d) - minimal Vulkan/Win32 demo written in D language. Doesn't draw anything, just clears the screen with blue color. Uses modified [VulkanizeD](https://github.com/Rikarin/VulkanizeD) binding.
* [vk-d-sdl](https://github.com/gecko0307/vulkan-demos/tree/master/vk-d-sdl) - minimal Vulkan/SDL demo written in D language. Doesn't draw anything, just clears the screen with blue color. Uses Derelict 2, SDL 1.2 and modified [VulkanizeD](https://github.com/Rikarin/VulkanizeD) binding. SDL2 version coming soon.Eventually more demos will be added.