https://github.com/starikcetin/eflatun.simpleecs
Something I threw together to see how simple an ECS framework can get.
https://github.com/starikcetin/eflatun.simpleecs
csharp csharp-code ecs entity-component-system
Last synced: over 1 year ago
JSON representation
Something I threw together to see how simple an ECS framework can get.
- Host: GitHub
- URL: https://github.com/starikcetin/eflatun.simpleecs
- Owner: starikcetin
- License: mit
- Created: 2018-05-05T01:00:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-20T22:26:10.000Z (about 8 years ago)
- Last Synced: 2025-02-13T22:17:44.413Z (over 1 year ago)
- Topics: csharp, csharp-code, ecs, entity-component-system
- Language: C#
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eflatun.SimpleECS
Something I threw together to see how simple an ECS framework can get.
This code is an experiment. It is not production-ready. You are warned.
----
MIT license. Refer to the [LICENSE](https://github.com/starikcetin/Eflatun.SimpleECS/blob/master/LICENSE) file.
Copyright (c) 2018 S. Tarık Çetin