Skip to content

Commit 5067f44

Browse files
authored
Update README.md
1 parent 393ad0a commit 5067f44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# VK², Kotlin Wrapper for Vulkan
22

3+
[![Build Status](https://github.com/kotlin-graphics/vkk/workflows/build/badge.svg)](https://github.com/kotlin-graphics/vkk/actions?workflow=build)
4+
[![license](https://img.shields.io/badge/License-Apache%202.0-orange.svg)](https://github.com/kotlin-graphics/vkk/blob/master/LICENSE)
5+
[![Release](https://jitpack.io/v/kotlin-graphics/vkk.svg)](https://jitpack.io/#kotlin-graphics/vkk)
6+
![Size](https://github-size-badge.herokuapp.com/kotlin-graphics/vkk.svg)
7+
[![Github All Releases](https://img.shields.io/github/downloads/kotlin-graphics/vkk/total.svg)]()
38

49
The goal of the VK² is to provide a library for the Vulkan C API to improve the developers Vulkan experience without introducing
510
any considerable CPU runtime cost. It adds features like type safety for enums and bitfields, collection support, exceptions and simple enumerations.

0 commit comments

Comments
 (0)