From: j-p Date: Tue, 1 Nov 2022 21:03:05 +0000 (+0100) Subject: Update README.md X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=3d2255d96a7aa7cd112329a08a5c127dc3b7da2e;p=jp%2Fvke.net.git Update README.md --- diff --git a/README.md b/README.md index 52d2adb..385cd9e 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,23 @@ vke is in beta development stage. # Requirements - [GLFW](https://www.glfw.org/) if you use the `VkWindow` class. - [Vulkan Sdk](https://www.lunarg.com/vulkan-sdk/), **glslc** has to be in the path. +- on linux, dlib is required. -`vke.net` supports `netcoreapp3.0`. +# Building + +SPirVTasks is an addon to the net build system to allow compilation of shaders during msbuild process. It has to be built first: + +``` +dotnet build /p:Configuration=ReleaseSpirVTasks +``` + +Then normal compilation: +``` +dotnet build +``` + + +`vke.net` supports `netcoreapp3.1`. # Tutorials