~vladh/hare-vulkan-hello-world

A simple demo of Hare's Vulkan bindings.
e3b25ea1 — Vlad-Stefan Harbuz 9 months ago
add contributing section
Update to work with latest Hare stdlib
4e9b83e9 — Vlad-Stefan Harbuz 2 years ago
initial commit

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~vladh/hare-vulkan-hello-world
read/write
git@git.sr.ht:~vladh/hare-vulkan-hello-world

You can also use your local clone with git send-email.

#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.

Do not follow this link