Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/friflo/ecs-wiki

Wiki for C# ECS 🔥 Friflo.Engine.ECS
https://github.com/friflo/ecs-wiki

csharp ecs ecs-framework entity-component-system wiki

Last synced: about 2 months ago
JSON representation

Wiki for C# ECS 🔥 Friflo.Engine.ECS

Awesome Lists containing this project

README

        

[![friflo ECS](images/friflo-ECS.svg)](https://github.com/friflo/Friflo.Engine.ECS)   ![splash](images/paint-splatter.svg)

[![Github Repo](images/github-mark.svg)](https://github.com/friflo/Friflo.Engine.ECS)
[![Github Repo](https://img.shields.io/badge/Repository-grey)](https://github.com/friflo/Friflo.Engine.ECS)
[![Demos](https://img.shields.io/badge/Demos-22aa22)](https://github.com/friflo/Friflo.Engine.ECS-Demos)
[![C# API](https://img.shields.io/badge/C%23%20API-22aaaa)](https://github.com/friflo/Friflo.Engine-docs)
[![Discord](https://img.shields.io/badge/Discord-5865F2)](https://discord.gg/nFfrhgQkb8)   
[![Benchmarks](https://img.shields.io/badge/Benchmark%20🏁%20of%20C%23%20ECS%20frameworks-ffffff)](https://github.com/friflo/ECS.CSharp.Benchmark-common-use-cases)

Welcome to the **Friflo.Engine.ECS** wiki.

The wiki pages provide you examples and documentation to all aspects of the library.

# News

- [x] Introduced [Boosted Query](examples/Optimization.md#boosted-query) with example used for maximum query performance.
- [x] Updated [Optimization](examples/Optimization.md#batching) examples. Updates are marked with 🔥 **Update** tag.

## Feedback

If you find something undocumented or unclear let me know.
Use GitHub Discussions, Issues or any of the social media links on the profile.

# Content

The Wiki provide detailed information about the ECS and illustrate them by examples.

## Examples

* [General](examples/General.md)
Explain fundamental ECS types like *Entity*, *Component*, *Tag*, *Command Buffer*, ... and show you how to use them.

* [Optimization](examples/Optimization.md)
Provide you techniques how to improve ECS performance by examples.

* [Component Types](examples/Component-Types.md)

## Extensions

* [Unity Extension](extensions/Unity-extension.md)
Projects extending Friflo.Engine.ECS with additional features.

## Package

* [Release Notes](package/Release-Notes.md)
List of changes of every release available on nuget.

* [Features](package/Features.md)
Integration possibilities, a complete feature list and performance characteristics 🔥.

* [Library](package/Library.md)

### GitHub Star History

[![Star History Chart](https://api.star-history.com/svg?repos=friflo/Friflo.Engine.ECS&type=Timeline)](https://star-history.com/#friflo/Friflo.Engine.ECS&Timeline)

💖 Do you like this project?
Leave a ⭐ on [GitHub ⋅ friflo/Friflo.Engine.ECS](https://github.com/friflo/Friflo.Engine.ECS)