From ca2d181c90ec8d108dbc6e929a7e06bbe319987e Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 23 Apr 2021 16:56:05 +0200 Subject: Added awards --- index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index e9993bc..1a676f9 100644 --- a/index.html +++ b/index.html @@ -70,6 +70,17 @@

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


+ raylib awards +

raylib has received several recognitions in the last years and many people has written about the library. Here there are the main awards received from Google and Epic Games.

+
+
+
+ raylib Epic MegaGrant Recipient - Fall 2020 + raylib Epic MegaGrant Recipient - Fall 2020 + raylib Epic MegaGrant Recipient - Fall 2020 +
+
+
raylib supported platforms

raylib supports multiple target platforms, it has been tested in the following platforms but, technically, any platform that supports C language and OpenGL graphics is valid for raylib or can be very easily ported to.

@@ -173,6 +184,9 @@ - Free and open source. Check [LICENSE].

+
+ 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.

raylib architecture
-- cgit v1.2.3