1
SFML projects / Re: SFML Maths & Iterators utility
« on: April 22, 2021, 06:06:06 pm »
Done!
For simplification, I removed most of the template lookup for a simpler function overload. It is more redondant, but the compilation time may be less long and it's also simpler. I rewrited the code so the iterators utilities are done for the moment (and they are not that useful).
Github link: https://github.com/Eren121/SFML-Math
The functions are for simple use. For most complex use, I recommand GLM.
For simplification, I removed most of the template lookup for a simpler function overload. It is more redondant, but the compilation time may be less long and it's also simpler. I rewrited the code so the iterators utilities are done for the moment (and they are not that useful).
Github link: https://github.com/Eren121/SFML-Math
The functions are for simple use. For most complex use, I recommand GLM.