gorgonia / vulkan

Vulkan back-end for Gorgonia (early development)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vulkan back-end for Gorgonia

GoDoc GitHub version Go with Vulkan codecov Go Report Card experimental

This project is in the early development stage.

Licence

This package can be used under the same license as the main Gorgonia package:
https://github.com/gorgonia/gorgonia#licence

Dependencies

Package Used For Vitality Notes Licence
vulkan-go/vulkan Making calls to Vulkan Vital MIT
google/swiftshader Testing Vulkan in Github Actions without GPU Only used for testing. A computer or server with GPU can also be used Apache-2.0

Various Other Copyright Notices

These are the packages and libraries which inspired and were adapted from in the process of writing this package:

Source How it's Used Licence
Vulkan Kompute Used as a reference for Vulkan code.
The Swiftshader docker image used in the CI pipeline is based on one of its docker images.
Apache-2.0

About

Vulkan back-end for Gorgonia (early development)

License:Apache License 2.0


Languages

Language:Go 96.4%Language:Dockerfile 3.3%Language:Makefile 0.3%