XENO

July 27, 2024 ยท View on GitHub

XENO

Xenomorp ECS is just another ECS for C# and unity utilizing some experimental and weird approaches such as:

  • Source Generators
  • IL Weaver
  • a lot of unsafe code
  • direct memory manipulations and types blitting

Roadmap

  • Base core implementation wich includes:
    • Components
    • Systems
    • Entities
    • Api for .NET
    • Api for Unity
    • NuGet package of v1
    • Documentation
  • TODO...