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
- Host: GitHub
- URL: https://github.com/statusfailed/vulkan-examples-standalone
- Owner: statusfailed
- License: bsd-3-clause
- Created: 2020-04-17T12:50:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-17T15:37:06.000Z (almost 6 years ago)
- Last Synced: 2025-01-31T08:18:53.673Z (about 1 year ago)
- Language: Haskell
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)