Skip to content

1.3.0

Compare
Choose a tag to compare
@e3ndr e3ndr released this 18 Nov 19:54
· 143 commits to main since this release

Functional

  • Added vector classes, which are essentially a set of numbers (e.g coordinates or velocity). These should look familar from other Common libraries (Vector2f, Vector3d, etc).

Platform

  • Renamed OSDistribution.MACOSX -> MACOS.
  • Added processor word size to the Platform. ("32" or "64")
  • Added isBigEndian to Platform as well.
  • Renamed a couple of the architectures to be more consistent with other precedents.
  • Added SPARC, MIPS, S390, and RISCV to the list of processor architectures.