An open API service indexing awesome lists of open source software.

https://github.com/adventuringrequired/ecs

An example ECS (Entity Component System) implementation in C# integrated with Unity.
https://github.com/adventuringrequired/ecs

entity-component-system unity

Last synced: about 1 year ago
JSON representation

An example ECS (Entity Component System) implementation in C# integrated with Unity.

Awesome Lists containing this project

README

          

# ECS

An example ECS ([Entity Component System](https://en.wikipedia.org/wiki/Entity_component_system)) implementation in C# integrated with Unity.

## Built With

- Unity 2019.4

## Getting Started

- [ECS](Assets/ECS) Start here
- [Simulation](Assets/Scripts/Simulation/Simulation.cs)
- [Components](Assets/Scripts/Simulation/Components)
- [Systems](Assets/Scripts/Simulation/Systems)

## Demo

https://adventuringrequired.github.io/ecs/

### Simulation Settings

| Setting | Value |
| ---------- | ----- |
| Population | 2500 |
| Death Age | 60 |