~vladh/hare-vulkan-hello-world

A simple demo of Hare's Vulkan bindings.

e3b25ea add contributing section

10 months ago

7970b42 Update to work with latest Hare stdlib

10 months ago

#Hare Vulkan Hello World

This is a simple Hello World, showing how to use Vulkan with Hare.

It is based on work done by Christopher W. Nicholson to add Vulkan support to glad (thank you!).

The bindings were generated with:

 python -m glad --api vulkan --extensions "" --out-path <PATH> hare

#Usage

  • Install Vulkan
  • Run make run to run the demo

#Contributing

Send patches to ~vladh/general@lists.sr.ht using subject prefix [PATCH hare-vulkan-hello-world]. For example:

git config sendemail.to '~vladh/general@lists.sr.ht'
git config format.subjectPrefix 'PATCH hare-vulkan-hello-world'
git send-email HEAD^

For more information, see git-send-email.io.