Skip to content
Snippets Groups Projects
Commit f5851638 authored by Lava Block's avatar Lava Block
Browse files

readme

parent 712f3f92
Branches
No related tags found
No related merge requests found
<a href="https://lava-block.com"><img align="right" src="https://github.com/liblava.png" width="240"></a>
<a href="https://lava-block.com"><img align="right" src="https://github.com/liblava.png" width="220"></a>
**[liblava](https://git.io/liblava) is a modern and easy-to-use library for the <a href="https://www.khronos.org/vulkan/" target="_blank">Vulkan</a>® API**
**lava** • lean framework that provides **essentials** for **low-level graphics**<br />specially well suited for **prototyping**, **tooling** and **education**
<br />
**C++20****Modular****Windows****Linux****<a href="https://git.io/liblava-demo">demo</a>**<a href="https://git.io/liblava-template">template</a>
[![Version](https://img.shields.io/badge/Version-0.5.4-blue)](https://git.io/liblava) [![License](https://img.shields.io/github/license/liblava/liblava)](LICENSE) [![CodeFactor](https://www.codefactor.io/repository/github/liblava/liblava/badge)](https://www.codefactor.io/repository/github/liblava/liblava) [![Discord](https://img.shields.io/discord/439508141722435595)](https://discord.lava-block.com) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/liblava) [![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Follow)](https://twitter.com/liblava)
......@@ -18,10 +20,10 @@
* **[texture](DOCS.md/#texture)** and **[mesh](DOCS.md/#mesh)** **loading** from **virtual [file system](DOCS.md/#file-system)**
* **[camera](DOCS.md/#camera)**, **[gui](DOCS.md/#gui)**, **[logging](DOCS.md/#logging)**, **test driver** and much more...
<a href="https://www.khronos.org/vulkan/" target="_blank"><img align="right" hspace="20" src="res/Vulkan_170px_Dec16.png" width="300"></a>
<br />
<a href="https://www.khronos.org/vulkan/" target="_blank"><img align="right" hspace="20" src="res/Vulkan_170px_Dec16.png" width="300"></a>
### Docs
**[Tutorial](DOCS.md/#tutorial)****[Guide](DOCS.md/#guide)**[Tests](DOCS.md/#tests)[Build](DOCS.md/#build)[Install](DOCS.md/#install)
......@@ -66,6 +68,8 @@
* [Vulkan-Headers](https://github.com/KhronosGroup/Vulkan-Headers) • Apache 2.0
* [VulkanMemoryAllocator](https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator) • MIT
<br />
## Collaborate
You can use the [issue tracker](https://github.com/liblava/liblava/issues) to report any bug or compatibility issue.
......@@ -80,6 +84,8 @@ If you want to contribute, we suggest the following:
2. Apply your changes to your fork
3. Submit a [pull request](https://github.com/liblava/liblava/pulls) describing the changes you have made
<br />
## License
<a href="https://opensource.org" target="_blank"><img align="right" src="http://opensource.org/trademarks/opensource/OSI-Approved-License-100x137.png"></a>
......@@ -88,7 +94,9 @@ If you want to contribute, we suggest the following:
However, this library includes several third-party **Open Source** libraries, which are licensed under their own respective licenses. They all allow static linking with closed source software.
All copies of **liblava** must include a copy of the MIT License terms and the copyright notice.
**All copies of liblava must include a copy of the MIT License terms and the copyright notice.**
<br />
##### Vulkan and the Vulkan logo are trademarks of the <a href="http://www.khronos.org" target="_blank">Khronos Group Inc.</a>
##### Copyright (c) 2018-present, <a href="https://lava-block.com">Lava Block OÜ</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment