I've added an example usage file for MacOS and Linux, as well as have update the README to point to the respective example files.
This pull request also includes a fix for some return values in Aetherim's Method class, as some return values were incorrect - whoops.
I've also created a bash script that will automatically compile the source code for you once run, compiling to a .dll (Windows), .dylib (MacOS), or .so (Linux) depending on what OS the script is run on.
I've added an example usage file for MacOS and Linux, as well as have update the README to point to the respective example files.
This pull request also includes a fix for some return values in Aetherim's
Method
class, as some return values were incorrect - whoops.I've also created a bash script that will automatically compile the source code for you once run, compiling to a .dll (Windows), .dylib (MacOS), or .so (Linux) depending on what OS the script is run on.