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

Why to use PorkLib and not others? #25

Closed ghost closed 5 years ago

ghost commented 5 years ago

Why not use Hikari and use PorkLib-Database?

Why not use math and use PorkLib-math?

Why not use raknet by Mojang and use PorkLib-minecraft?

Why not?

Why Porklib?

ghost commented 5 years ago

Why not use java primitives or https://github.com/generateme/fastmath and use porklib-math & porklib-primitives?

Why not use https://github.com/Auburns/FastNoise and use Porklib-noise?

DaMatrix commented 5 years ago

well let's just go through these examples one by one:

PorkLib is for the most part is just a bunch of wrappers around other things to make stuff simpler and faster to implement, as well as being pretty finely tuned to my coding style. I have yet to get around to documenting a lot of things, so it's also not really ready to be used by other people.

Gonna be closing this issue as it's not actually an issue, but that said, if you have any other questions, feel free to ask them.