From ecba06dbb37760aeee3888fb141430f1386bb605 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 11 Aug 2022 19:59:30 +0200 Subject: Reviewed index to add a new section with learning materials --- index.html | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index f88101a..2c9baeb 100644 --- a/index.html +++ b/index.html @@ -65,9 +65,23 @@

-

raylib is highly inspired by Borland BGI graphics lib and by XNA framework. Do you want to see all functions available in raylib? Check raylib cheatsheet

+

NOTE for ADVENTURERS: raylib is a programming library to enjoy videogames programming; no fancy interface, no visual helpers, no gui tools or editors... just coding in pure spartan-programmers way. Are you ready to enjoy coding?


-

NOTE for ADVENTURERS: raylib is a programming library to enjoy videogames programming; no fancy interface, no visual helpers, no auto-debugging... just coding in pure spartan-programmers way. Are you ready to learn? Jump to raylib code examples!

+

raylib learning resources

+
+

raylib does not provide the tipical API documentation or a big set of tutorials. The library is designed to be minimalistic and be learned just from a cheatsheet with all required functionality and a big collection of examples to see how to use that functionality. Best way to learn to code is reading code.

+
+
+
+ raylib cheatsheet + raylib header + raylib FAQ + raylib Wiki + raylib examples + raylib games +
+
+

A part from those materials, there are plenty of tutorials created by the amazing raylib community. It's highly recommended to join the friendlyraylib Discord Community to stay up to date of latest raylib news and ask for help when required!


raylib awards


@@ -211,7 +225,7 @@

raylib architecture


raylib is a highly modular library. Everything is contained within a small number of well defined, specific and self-contained modules, named accordingly to its primary functionality. Note that some of those modules can be used in standalone mode, independently of raylib library.

- raylib architecture + raylib architecture
-- cgit v1.2.3