Contributions to Raylib.nelua are more than welcome! I would highly suggest opening up an issue first to discuss the upcoming change.
- Follow the same code structure.
- Comment your code.
- Ensure that your code is in the correct package.
- Write a short description of your implemented change.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Andre-LA - Their old raylib binding that has been used as example & Raylib.nelua logo.
- AbdulKalam21 - Using their old raylib binding as a template.