GET STARTED / FROM SOURCE

First, get the
right tools.

Requirements and commands reproduced from the supplied project description. Check the engine repository for current build instructions.

Open engine repository

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

Start with .NET 8.

Platform-specific prerequisites listed by the project.

BASE

.NET SDK

.NET 8.0 SDK or higher.

MACOS

Apple tools

Xcode command line tools.

WINDOWS

Build tools

Visual Studio 2022 or Visual Studio Build Tools.

LINUX

Graphics stack

Vulkan drivers and X11 or Wayland development libraries.

02 / BUILD

Build from
the repository.

Use the project path shown in the supplied README.

TERMINAL01 / RESTORE + BUILD
git clone https://github.com/Soham-Anand/BlueSky-Engine.git
cd BlueSky-Engine
dotnet restore
dotnet build ./BlueSkyEngine/BlueSkyEngine.csproj
Check the repository for current instructions

03 / RUN AND TEST

Then try
the editor.

LINUX / MACOS./launch-bluesky.sh
WINDOWSdotnet run --project ./BlueSkyEngine/BlueSkyEngine.csproj
TESTSdotnet test

The project description also lists dotnet test --filter "Category=Physics" for a filtered test run.

NEXT / PROJECT NOTES

Know the terms before you ship.

License and attribution