1
SFML projects / Re: Arc Library
« on: January 23, 2022, 01:49:08 pm »
This update to the library has been long overdue. I meant to update this a few months ago but I had other duties I needed to attend to. Regardless I managed to release an update to the Arc library.
A few changes that should be noted in this update:
1) There is now a list of functions that would indicate what functions are available in the header file. this can be found just under the license text
2) More organized code. When I uploaded the library to github I was actually dissatisfied with the code of the library. Way too wordy. So I made some efforts to clean up and now it looks like something that I actually like.
3) I removed some functions that I thought was just plain unnecessary Arc::ReflectQuad() for example. I'm not sure if this may break other peoples code but I think that the more organized code and easier navigation of the code would make up for that
4) new functions and classes such as a random number generator and a resource manager class
5) new examples to demonstrate some features of Arc
That about summarizes the updated library which should be available on github right now. Thank you for taking the time to read this
A few changes that should be noted in this update:
1) There is now a list of functions that would indicate what functions are available in the header file. this can be found just under the license text
2) More organized code. When I uploaded the library to github I was actually dissatisfied with the code of the library. Way too wordy. So I made some efforts to clean up and now it looks like something that I actually like.
3) I removed some functions that I thought was just plain unnecessary Arc::ReflectQuad() for example. I'm not sure if this may break other peoples code but I think that the more organized code and easier navigation of the code would make up for that
4) new functions and classes such as a random number generator and a resource manager class
5) new examples to demonstrate some features of Arc
That about summarizes the updated library which should be available on github right now. Thank you for taking the time to read this