LemLib icon indicating copy to clipboard operation
LemLib copied to clipboard

[FEATURE] ➕ Switch common code to external dependencies

Open Aang099 opened this issue 9 months ago • 0 comments

Requested Feature

The LemLib org is now working on LemLog, PROS-Extensions, Units, and a few other libraries. Features in LemLib itself that overlap with these should be removed and changed to depend on those libs. A few examples include:

  • all quantities changed to QUnits (previously planned)
  • all vector math & Pose changed to internally use the Vector2D class in Units
  • all logging code removed and replaced with LemLog (once further developed)

Motivation

This increases modularity and reduces duplicate code.

Aang099 avatar May 18 '24 22:05 Aang099