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
21 stars 8 forks source link

Show and ShowT #136

Closed Rich2 closed 3 years ago

Rich2 commented 3 years ago

There is now separate Show and ShowT traits. The ShowT is the type class trait. Their methods will be reformulated. str and strT will be parameterless properties. There will probably be just one other show / showT method on Show and ShowT, with multiple parameters. The other methods of convenience will all be moved to the ShowTExtensions class.

Rich2 commented 3 years ago

This is mostly implemented and will be completed with #141.