add contributing section
Update to work with latest Hare stdlib
initial commit
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
make run
to run the demoSend 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.