mirror of https://github.com/raysan5/raylib
Update CONTRIBUTING.md
This commit is contained in:
parent
e37d5cec6d
commit
405e40ea03
|
@ -97,29 +97,38 @@ contributing (in some way or another) to make the raylib project better. Huge th
|
||||||
- [Chris Hemingway](https://github.com/cHemingway) for improving raylib on OSX build system.
|
- [Chris Hemingway](https://github.com/cHemingway) for improving raylib on OSX build system.
|
||||||
- [Emanuele Petriglia](https://github.com/LelixSuper) for working on multiple GNU/Linux improvements and developing [TicTacToe](https://github.com/LelixSuper/TicTacToe) raylib game.
|
- [Emanuele Petriglia](https://github.com/LelixSuper) for working on multiple GNU/Linux improvements and developing [TicTacToe](https://github.com/LelixSuper/TicTacToe) raylib game.
|
||||||
- [Joshua Reisenauer](https://github.com/kd7tck) for adding audio modules support (XM, MOD) and reviewing audio system.
|
- [Joshua Reisenauer](https://github.com/kd7tck) for adding audio modules support (XM, MOD) and reviewing audio system.
|
||||||
- [Marcelo Paez](https://github.com/paezao) for his help on OSX to solve High DPI display issue. Thanks Marcelo!
|
- [Marcelo Paez](https://github.com/paezao) for helping on OSX High DPI display issue.
|
||||||
- [Ghassan Al-Mashareqa](https://github.com/ghassanpl) for his amazing contribution with raylib Lua module, I just work over his code to implement [rlua](https://github.com/raysan5/raylib/blob/master/src/rlua.h)
|
- [Ghassan Al-Mashareqa](https://github.com/ghassanpl) for an amazing contribution to raylib Lua module.
|
||||||
- [Teodor Stoenescu](https://github.com/teodor-stoenescu) for his improvements on OBJ object loading.
|
- [Teodor Stoenescu](https://github.com/teodor-stoenescu) for improvements on OBJ object loading.
|
||||||
- [RDR8](https://github.com/RDR8) for helping with Linux build improvements
|
- [RDR8](https://github.com/RDR8) for helping with Linux build improvements.
|
||||||
- [Saggi Mizrahi](https://github.com/ficoos) for multiple fixes on Linux and audio system
|
- [Saggi Mizrahi](https://github.com/ficoos) for multiple fixes on Linux and audio system.
|
||||||
- [Daniel Lemos](https://github.com/xspager) for fixing issues on Linux games building
|
- [Daniel Lemos](https://github.com/xspager) for fixing issues on Linux games building.
|
||||||
- [Joel Davis](https://github.com/joeld42) for adding raycast picking utilities and a [great example](https://github.com/raysan5/raylib/blob/master/examples/models/models_mesh_picking.c)
|
- [Joel Davis](https://github.com/joeld42) for adding raycast picking utilities and a [great example](https://github.com/raysan5/raylib/blob/master/examples/models/models_mesh_picking.c)
|
||||||
- [Richard Goodwin](https://github.com/AudioMorphology) for adding RPI touchscreen support
|
- [Richard Goodwin](https://github.com/AudioMorphology) for adding RPI touchscreen support.
|
||||||
- [Milan Nikolic](https://github.com/gen2brain) for adding Android build support with custom standalone toolchain
|
- [Milan Nikolic](https://github.com/gen2brain) for adding Android build support with custom standalone toolchain.
|
||||||
- [Michael Vetter](https://github.com/jubalh) for improvements on build system and his work on Suse Linux package... and multiple fixes!
|
- [Michael Vetter](https://github.com/jubalh) for improvements on build system and his work on Suse Linux package... and multiple fixes!
|
||||||
- [Wilhem Barbier](https://github.com/nounoursheureux) for adding Image generation functions and some fixes
|
- [Wilhem Barbier](https://github.com/nounoursheureux) for adding Image generation functions and some fixes.
|
||||||
- [Benjamin Summerton](https://github.com/define-private-public) for improving OSX building and his amazing work on CMake build sytem
|
- [Benjamin Summerton](https://github.com/define-private-public) for improving OSX building and his amazing work on CMake build sytem.
|
||||||
- [MartinFX](https://github.com/Martinfx) for adding compilation support for FreeBSD OS and derivatives
|
- [MartinFX](https://github.com/Martinfx) for adding compilation support for FreeBSD OS and derivatives.
|
||||||
- [Wilhem Barbier](https://github.com/nounoursheureux) for supporting default shaders on shader loading, if shader not provided
|
- [Wilhem Barbier](https://github.com/nounoursheureux) for supporting default shaders on shader loading, if shader not provided.
|
||||||
- [Ahmad Fatoum](https://github.com/a3f) for implementing continuus integration support for raylib (Travis and AppVeyor) and greatly improving build system.
|
- [Ahmad Fatoum](https://github.com/a3f) for implementing CI support for raylib (Travis and AppVeyor) and great improvements on build system.
|
||||||
- [SamNChiet](https://github.com/SamNChiet) for his work on UWP inputs implementation.
|
- [SamNChiet](https://github.com/SamNChiet) for a greatly improved UWP input implementation.
|
||||||
- [David Reid](https://github.com/mackron) for a complete review of audio module to support his amazing mini_al audio library.
|
- [David Reid](https://github.com/mackron) for a complete review of audio module to support his amazing miniaudio library.
|
||||||
- [Kai](https://github.com/questor) for multiple code reviews and improvements.
|
- [Kai](https://github.com/questor) for multiple code reviews and improvements.
|
||||||
- [RDR8](https://github.com/RDR8) for his work on Makefiles for Linux
|
- [RDR8](https://github.com/RDR8) for improvements on Makefiles for Linux.
|
||||||
- [Max Danielsson](https://github.com/autious) for adding support for orthographic 3d camera projection
|
- [Max Danielsson](https://github.com/autious) for adding support for orthographic 3d camera projection
|
||||||
- [Lumaio](https://github.com/TheLumaio) for his great work on GBuffers and GetCollisionRayModel()
|
- [Lumaio](https://github.com/TheLumaio) for his great work on GBuffers and GetCollisionRayModel().
|
||||||
- [Jonas Daeyaert](https://github.com/culacant) for his amazing work on IQM animated models support
|
- [Jonas Daeyaert](https://github.com/culacant) for an amazing work on IQM animated models support.
|
||||||
- [Seth Archambault](https://github.com/SethArchambault) for his work on Android Gamepad support (SNES model)
|
- [Seth Archambault](https://github.com/SethArchambault) for the work on Android Gamepad support (SNES model).
|
||||||
- [D3nX](https://github.com/D3nX) for adding Code::Blocks project template.
|
- [D3nX](https://github.com/D3nX) for adding Code::Blocks project template.
|
||||||
|
- [Jak Barnes](https://github.com/Syphonx) for a great work on `rnet`, new raylib network module
|
||||||
|
- [Vlad Adrian](https://github.com/Demizdor) for an amazing work on Unicode support, new shapes functions and raygui.
|
||||||
|
- [Reece Mackie](https://github.com/Rover656) for a great work on improving UWP support
|
||||||
|
- [flashback-fx](flashback-fx) for improving easings library and example
|
||||||
|
- [Jorge A. Gomes](https://github.com/overdev) for adding nine-patch textures support
|
||||||
|
- [Berni8k](https://github.com/Berni8k) for improving Raspberry Pi input system, using evdev
|
||||||
|
- [Wilhem Barbier](https://github.com/wbrbr) for implementing glTF loading support and solving several issues
|
||||||
|
- [Marco Lizza](https://github.com/MarcoLizza) for improving logging system and multiple issues
|
||||||
|
- [Anata](https://github.com/anatagawa) for creating amazing examples and contributing with them
|
||||||
|
|
||||||
Please, if I forget someone in this list, excuse me and send a PR!
|
Please, if I forget someone in this list, excuse me and send a PR!
|
||||||
|
|
Loading…
Reference in New Issue