This is my own personal framework that I work on from time to time. It’s a way for me to learn about different types of topics and systems and actually try to think about the implementation and usage. I’ll look at topics I’m both familiar and unfamiliar with. The first few I’m looking into are:

  • Dependency injection
  • Serialization
  • Models, views and controllers

Some other example topics I’m planning on working on:

  • Deterministic ticking
  • Replays
  • Network messages
  • Signalling and events
  • Displaying windows (popups, dialogs)

Repositoryhttps://github.com/AlmarM/Lionholm-Framework
  • Language used C#
  • Techniques used Unity