jaylib
jaylib copied to clipboard
remove Jaylib class, create Helpers to replace it
good catch.
I can't find any precedent for using pascal case for static factory methods. Effective Java suggests calling them newVector2().
If anyone has troubles converting, I suggest this command:
sed -i 's/Jaylib/Colors/g' $(find . -name '*.java')