Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alan-fgr/minecs
Minimal hackable C# ECS
https://github.com/alan-fgr/minecs
Last synced: about 4 hours ago
JSON representation
Minimal hackable C# ECS
- Host: GitHub
- URL: https://github.com/alan-fgr/minecs
- Owner: Alan-FGR
- License: mit
- Created: 2018-07-27T04:19:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-18T21:17:03.000Z (about 2 years ago)
- Last Synced: 2024-10-31T21:43:01.511Z (7 days ago)
- Language: C#
- Size: 6.45 MB
- Stars: 73
- Watchers: 6
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# minECS
A minimal, [blazing-fast](https://github.com/Alan-FGR/minECS/issues/1) Entity-Component System written in modern C#.
This is a *real* ECS, it's data-oriented and CPU cache friendly.
If you're looking for a C++ library, I highly recommend the excellent [EnTT](https://github.com/skypjack/entt).
Now ships with a FNA-powered visual testing application:
## Testbed:
![](gif1.gif)