From 3d2255d96a7aa7cd112329a08a5c127dc3b7da2e Mon Sep 17 00:00:00 2001 From: j-p Date: Tue, 1 Nov 2022 22:03:05 +0100 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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 -- 2.47.3