PorkStudios / PorkLib

Fast, lightweight libraries for Java. Note: this is very much a work-in-progress, documentation is spotty and the API is changing constantly!
https://daporkchop.net
Other
31 stars 5 forks source link

Rewrite porklib:graphics #35

Closed DaMatrix closed 4 years ago

DaMatrix commented 4 years ago

porklib:graphics is a bit of a mess I threw together as an afterthought while making porklib:gui earlier this year. I'm going to completely rewrite it in a more logical way, and add a number of features such as a superior image encoding/decoding API than ImageIO.

DaMatrix commented 4 years ago

This turned into more of a refactor of PImage and making it not inherit PIcon. This is really enough for now, actual image encoding stuff can come later (once I've decided how best to implement compression in #38).