Thank you for taking an intrerest in contributing to raylib-extras
- Please Make a PR with your change or addition. Add your name to this file under Contributors. Please do not change the copyright on the file you are changing or adding.
- Please follow the existing style conventions with your change.
- When possible use raymath for math functions, don't make your own.
- When possible break your functions up into sub functions, especially if that sub function may be useful on it's own.