Skip to content

A low-level graphics library for .NET powered by Vulkan.

License

Notifications You must be signed in to change notification settings

XenoAtom/XenoAtom.Graphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XenoAtom.Graphics ci NuGet

XenoAtom.Graphics is a low-level graphics library for .NET powered by Vulkan.

It is a fork of the excellent Veldrid library, updated to use XenoAtom.Interop.vulkan bindings and with a focus on Vulkan only. It will serve as a modern Graphics GPU API for experiementing within the XenoAtom project.

Note: This library is still in early development and not yet ready for production use.

Some changes are expected to be made to the API and the implementation. See issue #1

✨ Features

  • TBD

📃 User Guide

For more details on how to use XenoAtom.Graphics, please visit the user guide.

🏗️ Build

You need to install the .NET 8 SDK. Then from the root folder:

$ dotnet build src -c Release

🪪 License

This software is released under the BSD-2-Clause license.

The license also integrate the original MIT license from Veldrid.

🤗 Authors

Alexandre Mutel aka xoofx.

Eric Mellino for the original Veldrid code.