From c20df08ebdb4684fb1a572efe1b1ea395aa0fb22 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 9 Nov 2023 15:41:56 +0100 Subject: Update architecture and open-graph --- examples.html | 1 + games.html | 1 + images/raylib_architecture_v5.0.png | Bin 0 -> 99138 bytes index.html | 8 ++++++-- license.html | 3 ++- 5 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 images/raylib_architecture_v5.0.png diff --git a/examples.html b/examples.html index fcb298a..d5b0768 100644 --- a/examples.html +++ b/examples.html @@ -14,6 +14,7 @@ + diff --git a/games.html b/games.html index 53eb4d4..1b9bd8d 100644 --- a/games.html +++ b/games.html @@ -14,6 +14,7 @@ + diff --git a/images/raylib_architecture_v5.0.png b/images/raylib_architecture_v5.0.png new file mode 100644 index 0000000..8767091 Binary files /dev/null and b/images/raylib_architecture_v5.0.png differ diff --git a/index.html b/index.html index 9dea84d..34ddfc9 100644 --- a/index.html +++ b/index.html @@ -14,17 +14,21 @@ + + - + + + @@ -234,7 +238,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
diff --git a/license.html b/license.html index 2536256..934dc4c 100644 --- a/license.html +++ b/license.html @@ -14,9 +14,10 @@ + - + -- cgit v1.2.3