.NET SDK
.NET 8.0 SDK or higher.
GET STARTED / FROM SOURCE
Requirements and commands reproduced from the supplied project description. Check the engine repository for current build instructions.
Open engine repository$ dotnet restore
$ dotnet build
BlueSkyEngine.csproj
Build and test commands below come from the supplied README. They have not been run against the engine source in this website workspace.
01 / REQUIREMENTS
Platform-specific prerequisites listed by the project.
.NET 8.0 SDK or higher.
Xcode command line tools.
Visual Studio 2022 or Visual Studio Build Tools.
Vulkan drivers and X11 or Wayland development libraries.
02 / BUILD
Use the project path shown in the supplied README.
git clone https://github.com/Soham-Anand/BlueSky-Engine.git
cd BlueSky-Engine
dotnet restore
dotnet build ./BlueSkyEngine/BlueSkyEngine.csprojCheck the repository for current instructions 03 / RUN AND TEST
./launch-bluesky.shdotnet run --project ./BlueSkyEngine/BlueSkyEngine.csprojdotnet testThe project description also lists dotnet test --filter "Category=Physics" for a filtered test run.
NEXT / PROJECT NOTES