Write Only Log for 25 Feb 2024 - osric.uk

public readonly struct Entity { public long Id { get; init; } }

public interface ISystem { public void Update(); }

public interface IComponent{ public long Id { get; set; } }

public Dictionary<IComponent, IList> EntityComponents

To remember your current position in the blog, this page must store some data in this browser.

Are you OK with that?