https://github.com/deno-windowing/vulkan
WIP Vulkan API bindings for Deno
https://github.com/deno-windowing/vulkan
Last synced: 6 months ago
JSON representation
WIP Vulkan API bindings for Deno
- Host: GitHub
- URL: https://github.com/deno-windowing/vulkan
- Owner: deno-windowing
- License: apache-2.0
- Created: 2022-11-23T15:50:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T03:53:12.000Z (about 3 years ago)
- Last Synced: 2024-07-30T14:33:36.605Z (over 1 year ago)
- Language: TypeScript
- Size: 3.31 MB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vulkan - Deno Vulkan - Vulkan API bindings for Deno. [Apache Licence 2.0] (Bindings)
README
# Deno Vulkan
[](https://github.com/deno-windowing/vulkan/releases)
[](https://doc.deno.land/https/deno.land/x/vulkan/mod.ts)
[](https://github.com/deno-windowing/vulkan/blob/master/LICENSE)
[](https://github.com/sponsors/DjDeveloperr)
Vulkan API bindings for Deno
## Usage
Since this module depends on unstable FFI API, you need to pass `--unstable`
along with `--allow-ffi`.
```sh
deno run --unstable --allow-ffi
```
## Maintainers
- Dj ([@DjDeveloperr](https://github.com/DjDeveloperr))
- Loading ([@load1n9](https://github.com/load1n9))
## License
[Apache-2.0](./LICENSE) licensed.
Copyright 2023 © The Deno Windowing Team