/RenderLib

Graphics laboratory for realtime rendering, Windows platform only. Currently in early stage 🚧

Primary LanguageC++

RenderLib

Graphics laboratory for realtime rendering, Windows platform only.
🚧 Currently in early stage 🚧

Build

Requirements: VS2022, CMake, Python 3

Clone

git clone --recursive https://github.com/Cutano/RenderLib.git

Don't forget the --recursive flag, for this repo contains git submodules.

Generate Project Files

CMake required, or you can use Visual Studio 2022 Developer PowerShell which has CMake embedded.

.\GenerateDepsProj.bat

Do this before opening the solution.

Scripting Engine Reference

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