Home

Awesome

License: MIT Scribble

<p align="center"> <img style="width: 100%" alt="Racket + Vulkan® = awesome" src="./private/assets/hero.png"> </p>

Vulkan® API integration and utilities for Racket.

Vulkan and the Vulkan logo are registered trademarks of the Khronos Group Inc.

What you get

Quick start

$ raco pkg install vulkan
$ ravk generate unsafe > unsafe.rkt

This generates Racket bindings using the local vk.xml mirror that comes with the package. From here, you can (require "unsafe.rkt") and use Vulkan from the dependent module according to the manual.