diff options
| author | Ray <[email protected]> | 2020-03-21 12:43:27 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-21 12:43:27 +0100 |
| commit | d62368f13336844864cdf1ce3b6bbbafab7689b7 (patch) | |
| tree | 162edcc8c1e702419111d3895bc7c8898f5520ed /README.md | |
| parent | 3d66a6c93fcd5b2204274359209951d8d374e83e (diff) | |
| download | raylib-d62368f13336844864cdf1ce3b6bbbafab7689b7.tar.gz raylib-d62368f13336844864cdf1ce3b6bbbafab7689b7.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -8,11 +8,12 @@ raylib is highly inspired by Borland BGI graphics lib and by XNA framework and i Ready to learn? Jump to [code examples!](http://www.raylib.com/examples.html) -[](https://travis-ci.org/raysan5/raylib) -[](https://ci.appveyor.com/project/raysan5/raylib) [](https://discord.gg/VkzNHUE) [](LICENSE) -[](https://twitter.com/raysan5) +[](https://twitter.com/raysan5) + +[](https://travis-ci.org/raysan5/raylib) +[](https://ci.appveyor.com/project/raysan5/raylib) [](https://github.com/raysan5/raylib/actions) [](https://github.com/raysan5/raylib/actions) @@ -54,9 +55,9 @@ build and installation raylib binary releases for Windows, Linux and macOS are available at the [Github Releases page](https://github.com/raysan5/raylib/releases). raylib is also available via multiple [package managers](https://github.com/raysan5/raylib/issues/613) on multiple OS distributions. -If you wish to build raylib yourself, [raylib Wiki](https://github.com/raysan5/raylib/wiki#development-platforms) contains detailed instructions on building and using raylib on multiple platforms. +raylib has been developed on Windows platform using Notepad++ and MinGW GCC compiler but it can be used with multiple IDEs on multiple platforms, [projects directory](https://github.com/raysan5/raylib/tree/master/projects) contains several ready-to-use project templates to build raylib and code examples. -raylib can be used with multiple IDEs, [projects directory](https://github.com/raysan5/raylib/tree/master/projects) includes several ready-to-use project templates to build raylib and code examples. +[raylib Wiki](https://github.com/raysan5/raylib/wiki#development-platforms) contains detailed instructions on building and usage on multiple platforms. contact ------- @@ -69,7 +70,7 @@ contact * Patreon: [https://www.patreon.com/raylib](https://www.patreon.com/raylib) * YouTube: [https://www.youtube.com/channel/raylib](https://www.youtube.com/channel/UC8WIBkhYb5sBNqXO1mZ7WSQ) -If you are using raylib and enjoying it, please, join our [Discord server](https://discord.gg/VkzNHUE) and let us know! +If you are using raylib and enjoying it, please, join our [Discord server](https://discord.gg/VkzNHUE) and let us know! :) license ------- |
