Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.86 KB

README.md

File metadata and controls

54 lines (36 loc) · 1.86 KB

EquilibriumEngine-CSharp

Equilibrium Engine is a data-oriented C# game engine that takes advantage of ECS pattern followed by Hot-Reloading of your libraries and shaders which allows you to quickly iterate on different aspects of your projects.

Features

Hot-Reloading of scripts

hot-reloading.mp4

Hot-Reloading of shaders

shaders-hot-reloading.mp4

Entity inspector

entity-inspector.mp4

Usage

To get started on Windows

You might need to install NET 7.0 SDK

Known issues

Precompiled bgfx binaries don't have BGFX_CONFIG_PROFILER flag set

Screenshots