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

https://github.com/statusfailed/vulkan-examples-standalone

Examples from the "vulkan" library in a standalone repository
https://github.com/statusfailed/vulkan-examples-standalone

Last synced: 12 months ago
JSON representation

Examples from the "vulkan" library in a standalone repository

Awesome Lists containing this project

README

          

# Examples from the [vulkan library](https://hackage.haskell.org/package/vulkan/)

... pulled into a standalone package

# Build & run

cabal build
cabal run

# Files

- `./src/ExSDL.hs` is a modified version of `./examples/sdl-triangle/Main.hs`
- `./src/Info.hs` is a modified version of `./examples/info/Main.hs`

# Credit

In case it's not clear: this code is just very minor tweaks to the examples
written by the author of the [vulkan](https://github.com/expipiplus1/vulkan/)
library (hence the LICENSE file in this repo)