From 1f6eb1fc61d2cc0cca54a79c1516432f09c86313 Mon Sep 17 00:00:00 2001 From: Ray San Date: Mon, 6 Feb 2017 18:48:56 +0100 Subject: Moved raylib webpage to docs folder raylib webpage has been completely reorganized and moved from gh-pages (a pain to work with) to docs folder. Useless libs have been removed, webs have been renamed, etc. Now it would be easier (hopefully) to update webpage. :) --- docs/examples.html | 135 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 docs/examples.html (limited to 'docs/examples.html') diff --git a/docs/examples.html b/docs/examples.html new file mode 100644 index 00000000..e495dd95 --- /dev/null +++ b/docs/examples.html @@ -0,0 +1,135 @@ + + + + + + + raylib - examples + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+ + + + + + + + +
+ +
+ +
+

Examples are organized by colors depending on the raylib module features + they are teaching. Currently, raylib main modules are 7.

+
+

Wanna see all functions available in raylib? Check cheatsheet

+
+

Click to filter by module:

+
+ + + + +
+
core
+
shapes
+
textures
+
text
+
models
+
shaders
+
audio
+
+ + +
+ +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3