Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 639 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 639 Bytes

Description

Animate (move) the drone cubes using ArchetypeQuery's.
Render cubes via GPU instancing using a single MultiMeshInstance3D.

Godot Project Setup

Platforms: Windows, macOS, Linux

This Godot project was created executing the following steps:

Create Godot project

  • Download the Godot game engine with support for .NET see Godot Engine - .NET

  • Run the Godot executable: Godot_v4.1.1-stable_mono_win64.exe

  • Create New Project and select Renderer: Forward+

Add nuget package: Friflo.Engine.ECS

dotnet add package Friflo.Engine.ECS