Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/friflo/ecs-wiki
- Owner: friflo
- Created: 2024-07-24T13:51:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T13:35:06.000Z (about 2 months ago)
- Last Synced: 2024-11-19T14:43:01.900Z (about 2 months ago)
- Topics: csharp, ecs, ecs-framework, entity-component-system, wiki
- Homepage: https://friflo.gitbook.io/friflo.engine.ecs
- Size: 705 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)