Devan-Kerman / ARRP

A fabric api for creating resources and assets at runtime
Mozilla Public License 2.0
101 stars 25 forks source link

Stop Using BufferedImage #15

Closed gudenau closed 3 years ago

gudenau commented 3 years ago

Using the AWT class BufferedImage is not a great idea, it would be better to use something like NativeImage to prevent loading a bunch of AWT classes when it is not necessary to do so.

Devan-Kerman commented 3 years ago

it doesn't break on mac that's a myth, what does NativeImage do