https://github.com/lancelet/glyphster
Glyph raserization experiments
https://github.com/lancelet/glyphster
Last synced: 10 months ago
JSON representation
Glyph raserization experiments
- Host: GitHub
- URL: https://github.com/lancelet/glyphster
- Owner: lancelet
- Created: 2021-07-23T09:17:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-08T11:29:58.000Z (almost 5 years ago)
- Last Synced: 2025-01-13T21:27:40.257Z (over 1 year ago)
- Language: Haskell
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# glyphster
Glyph raserization experiments
## Vulkan Setup (macOS)
To set up Vulkan on macOS:
1. Install the Vulkan SDK from
[https://vulkan.lunarg.com/sdk/home](https://vulkan.lunarg.com/sdk/home).
1. Edit the file `vk-env.sh` so that the `VULKAN_SDK` environment variable
points to the installed Vulkan SDK.
1. Source the file `vk-env.sh`.