Graphics laboratory for realtime rendering, Windows platform only.
🚧 Currently in early stage 🚧
Requirements: VS2022, CMake, Python 3
git clone --recursive https://github.com/Cutano/RenderLib.git
Don't forget the --recursive
flag, for this repo contains git submodules.
CMake required, or you can use Visual Studio 2022 Developer PowerShell which has CMake embedded.
.\GenerateDepsProj.bat
Do this before opening the solution.
https://learn.microsoft.com/en-us/dotnet/core/tutorials/netcore-hosting
https://learn.microsoft.com/en-us/dotnet/core/tutorials/creating-app-with-plugin-support
https://github.com/dotnet/samples/tree/main/core/hosting
https://github.com/dotnet/runtime/blob/main/docs/design/features/native-hosting.md