Rich2 / openstrat

Cross Platform Scala 2d graphics (but 3d compatible), basic geometry, maps, Earth maps, hex-tiling and strategy library(s).
https://richstrat.com
Apache License 2.0
22 stars 8 forks source link

Convert EqT classes to traits. #139

Closed Rich2 closed 3 years ago

Rich2 commented 3 years ago

Rename old Eq trait EqT. Convert them from classes to traits. Consider creating new directly inherited Eq trait.

Rich2 commented 3 years ago

I'm folding this into #140.