You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ raylib uses internally some libraries for window/graphics/inputs management and
53
53
54
54
basic example
55
55
--------------
56
-
This is a basic raylib example, it creates a window and it draws the text `"Congrats! You created your first window!"` in the middle of the screen. This example can be seen [running live in web here](https://www.raylib.com/examples/web/core/loader.html?name=core_basic_window).
56
+
This is a basic raylib example, it creates a window and it draws the text `"Congrats! You created your first window!"` in the middle of the screen. Check this example [running live on web here](https://www.raylib.com/examples/web/core/loader.html?name=core_basic_window).
57
57
```c
58
58
#include"raylib.h"
59
59
@@ -128,7 +128,9 @@ raylib has been developed on Windows platform using [Notepad++](https://notepad-
128
128
learning and docs
129
129
------------------
130
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:
131
+
raylib is designed to be learned using [the examples](https://github.com/raysan5/raylib/tree/master/examples) as the main reference. There is no standard API documentation but there is a [**cheatsheet**](https://www.raylib.com/cheatsheet/cheatsheet.html) containing all the functions available on the library and a short description of each one of them, input parameters and result value names should be intuitive enough to understand how each function works.
132
+
133
+
Some additional documentation about raylib design can be found in raylib GitHub Wiki. Here the more relevant links:
@@ -140,7 +142,7 @@ raylib is designed to be learned using the examples as the main reference. There
140
142
contact and networks
141
143
---------------------
142
144
143
-
raylib is present in several networks and raylib community is growing everyday. Feel free to join us in any of these networks.
145
+
raylib is present in several networks and raylib community is growing everyday. If you are using raylib and enjoying it, feel free to join us in any of these networks. The most active network is our [Discord server](https://discord.gg/raylib)! :)
0 commit comments