log.moon

Entity Component System in C99


Links

  • Github (Source Code)

  • Project Description

    This is a very simple and basic Entity Component System I wrote in C99.
    I wrote this as a learning experience, and so I can use it in the engine I was working on at the time, you can check that out here.