Blueprint: Why and How - wordandahalf/Blueprint GitHub Wiki

Why?

Blueprint was originally created in early 2019 as a replacement for Sponge's Mixin designed for use in the Equilinox Mod Loader. There were a few issues the EML Team had with the function of Mixin, which greatly influenced the architecture and functionality of Blueprint.

In its construction, Blueprint has three qualities emphasized: simplicity, optimization, and portability.

  • Simplicity:
  • Optimization:
  • Portability:

How?