Skip to content

aardvark-community/GLSLangSharp

Repository files navigation

GLSLangSharp

Publish Nuget Downloads

A simple wrapper around GLSLang/SpirV-Tools to compile GLSL to SpirV using Aardvark-style native depdencies.

Building

Prerequesites

  • cmake and standard C/C++ build tools
  • dotnet >= 6.0

Compiling

  • buildnative.(sh|cmd) (this might take a while)
  • dotnet tool restore
  • dotnet build src/GLSLang.sln

Publish

simply edit RELEASE_NOTES.md and push to master. The github actions will take care of building/publishing on nuget