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

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

Awesome Lists containing this project

README

          

# Deno Vulkan

[![Tags](https://img.shields.io/github/release/deno-windowing/vulkan)](https://github.com/deno-windowing/vulkan/releases)
[![Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/vulkan/mod.ts)
[![License](https://img.shields.io/github/license/deno-windowing/vulkan)](https://github.com/deno-windowing/vulkan/blob/master/LICENSE)
[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](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