Skip to content

Commit 0a66947

Browse files
authored
Update README.md
1 parent 52f91bc commit 0a66947

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ You can download and install raylib using the [conan](https://conan.io) dependen
102102
103103
*The raylib recipe in conan is kept up to date by conan team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/conan-io/conan-center-index) on the conan-center-index repository.*
104104
105-
#### Building raylib on multiple platforms
105+
#### Installing and building raylib on multiple platforms
106106
107107
[raylib Wiki](https://github.com/raysan5/raylib/wiki#development-platforms) contains detailed instructions on building and usage on multiple platforms.
108108
@@ -117,33 +117,36 @@ You can download and install raylib using the [conan](https://conan.io) dependen
117117
118118
*Note that Wiki is open for edit, if you find some issue while building raylib for your target platform, feel free to edit the Wiki or open and issue related to it.*
119119
120-
#### Using raylib with multiple IDEs
120+
#### Setup raylib with multiple IDEs
121121
122122
raylib has been developed on Windows platform using [Notepad++](https://notepad-plus-plus.org/) and [MinGW GCC](http://mingw-w64.org/doku.php) compiler but it can be used with other IDEs on multiple platforms.
123123
124124
[Projects directory](https://github.com/raysan5/raylib/tree/master/projects) contains several ready-to-use **project templates** to build raylib and code examples with multiple IDEs.
125125
126126
*Note that there are lots of IDEs supported, some of the provided templates could require some review, please, if you find some issue with some template or you think they could be improved, feel free to send a PR or open a related issue.*
127127
128-
learning
129-
--------
128+
learning and docs
129+
------------------
130+
131+
raylib is designed to be learned using the examples as the main reference. There is no a standard API documentation, just a **cheatsheet** containing all the functions available on the library and a short description of each one, input parameters and result value should be intuitive just seing the naming. Some additional documentation about raylib design can be found in raylib GitHub Wiki. Here the more relevant links:
130132
131133
- [raylib cheatsheet](https://www.raylib.com/cheatsheet/cheatsheet.html)
132134
- [raylib architecture](https://github.com/raysan5/raylib/wiki/raylib-architecture)
133135
- [raylib library design](https://github.com/raysan5/raylib/wiki)
134136
- [raylib examples collection](https://github.com/raysan5/raylib/tree/master/examples)
135137
- [raylib games collection](https://github.com/raysan5/raylib-games)
136-
- [raylib Wiki](https://github.com/raysan5/raylib/wiki)
137138
138139
139140
contact and networks
140141
---------------------
141142
143+
raylib is present in several networks and raylib community is growing everyday. Feel free to join us in any of these networks.
144+
142145
- Webpage: [http://www.raylib.com](http://www.raylib.com)
143146
- Discord: [https://discord.gg/raylib](https://discord.gg/raylib)
144147
- Twitter: [http://www.twitter.com/raysan5](http://www.twitter.com/raysan5)
145-
- Twitch: [http://www.twitch.tv/raysan5](http://www.twitch.tv/raysan5)
146-
- Reddit: [https://www.reddit.com/r/raylib](https://www.reddit.com/r/raylib)
148+
- Twitch: [http://www.twitch.tv/raysan5](http://www.twitch.tv/raysan5)
149+
- Reddit: [https://www.reddit.com/r/raylib](https://www.reddit.com/r/raylib)
147150
- Patreon: [https://www.patreon.com/raylib](https://www.patreon.com/raylib)
148151
- YouTube: [https://www.youtube.com/channel/raylib](https://www.youtube.com/c/raylib)
149152

0 commit comments

Comments
 (0)