High-Level C# Wrapper around flecs with some source generator goodness!
The Low-Level Wrapper is flecs-cs with some modifications such as:
- Supporting external constants, directly reading them from the library instead of using pinvoke.
- Rework the Source Generator code, it's extremely messy for now.
- Add the missing functions from flecs.
- Decide on how modules should work, should we force components to be in a module, etc...
- Remove revghost2.Runner folder
- More tests!
- Better logging