Aquatic-Games/Pie

Remove/Improve `Pie.Utils`?

Closed this issue · 1 comments

Pie.Utils provides a few built-in VertexPositionXYZW structs, and that's about it. It serves no other purpose, all the functions that used to be in it (which weren't many) have been consolidated into PieUtils.

As such, this package serves little purpose, apart from to provide these structs, which imo is not worthy of a separate package.

I'd be interested in some feedback on this - Should I:
a. Remove it?
b. Remove it and move the VertexXyz structs into Pie? (i'm not a fan of this option)
c. Leave it be?
d. Improve it by adding ????? stuff to it?

I am leaning towards option a, but any feedback would be appreciated.

I'm going to keep Pie.Utils. It can be handy to add some useful stuff in the future. Perhaps even something like a sprite batcher? It could act as a mini game framework.