guerro323 / revghost.flecs

High level wrapper around the flecs library.

Repository from Github https://github.comguerro323/revghost.flecsRepository from Github https://github.comguerro323/revghost.flecs

revghost.flecs

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.

To do

  • 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

About

High level wrapper around the flecs library.


Languages

Language:C# 100.0%