diff options
| author | victorfisac <[email protected]> | 2017-03-24 15:37:58 +0100 |
|---|---|---|
| committer | victorfisac <[email protected]> | 2017-03-24 15:37:58 +0100 |
| commit | b2f0c7ca8b8e9484560a45c4547794fa62cf484f (patch) | |
| tree | 3ab4d3ef3a49e0f75dac253098611d1f3e6a70b9 /docs/index.html | |
| parent | c964559bc966292a7d70f00559ea80c224aab96d (diff) | |
| parent | 3f0c29642225f4da40e29e83117a4589f95be538 (diff) | |
| download | raylib-b2f0c7ca8b8e9484560a45c4547794fa62cf484f.tar.gz raylib-b2f0c7ca8b8e9484560a45c4547794fa62cf484f.zip | |
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/docs/index.html b/docs/index.html index d177dca2..847e4346 100644 --- a/docs/index.html +++ b/docs/index.html @@ -108,7 +108,7 @@ - Multiplatform support: Android, Raspberry Pi, HTML5, Oculus Rift CV1<br> - Custom color palette for fancy visuals on raywhite background<br> - Minimal external dependencies (GLFW3, OpenGL, OpenAL)<br> - - Complete binding to Lua: [<a class="simplelink" href="https://github.com/raysan5/raylib/blob/master/src/rlua.h" target="_blank">rlua</a>]<br> + - Complete binding to <a class="simplelink" href="https://github.com/raysan5/raylib-lua" target="_blank">Lua</a>, <a class="simplelink" href="https://github.com/gen2brain/raylib-go" target="_blank">Go</a> and Pascal.<br> </div> <br> <a href="images/raylib_architecture.png"><img src="images/raylib_architecture.png" alt="raylib architechture" width="800" height="450"/></a> @@ -120,16 +120,21 @@ <strong>raylib supporters on patreon</strong> <p>The following people is supporting raylib project on <a class="simplelink" href="https://www.patreon.com/raysan5" target="_blank">patreon</a>. Many thanks to all of them for believing in the project and contributing to it.</p> <br> + <p> - Jarrod - 2drealms (<a class="simplelink" href="https://twitter.com/2drealms" target="_blank">@2drealms</a>)</p> + <p> - Kovay Hatfield</p> <p> - Pau Fernandez (<a class="simplelink" href="https://twitter.com/pauek" target="_blank">@pauek</a>)</p> - <p> - Marcelo Paez (<a class="simplelink" href="https://twitter.com/paezao" target="_blank">@paezao</a>)</p> + <p> - Chris Johnson</p> + <p> - Joel Davis (<a class="simplelink" href="https://twitter.com/joeld42" target="_blank">@joeld42</a>)</p> + <p> - Charles Nicosia</p> <p> - Rajasekaran Senthil (<a class="simplelink" href="https://twitter.com/rskgames" target="_blank">@rskgames</a>)</p> <p> - Adrian Guerrero</p> <p> - Dani Gómez</p> - <p> - Marc Agüera</p> - <p> - Sergio Martínez</p> - <p> - Evan</p> + <p> - Justin Hamilton</p> + <p> - Antonio Radovcic</p> + <p> - James W. Bohnke</p> + <p> - Evan Sirchuk</p> <br> - <p>And a very special thanks to <strong>Ilya Zarembsky</strong> for his generous contribution. Many thanks Ilya! Hope your students enjoy raylib! :D</p> + <p>And a very special thanks to <strong>Ilya Zarembsky</strong> (<a class="simplelink" href="https://twitter.com/wly_cdgr" target="_blank">@wly_cdgr</a>) for his generous contribution. Many thanks Ilya! Hope your students are enjoying raylib! :D</p> </div> <div class="footer"> |
