From 430f066f5184c163aa3c98b40c9e84b7c6e957a2 Mon Sep 17 00:00:00 2001 From: neadecode Date: Tue, 9 Jun 2026 21:10:01 -0500 Subject: [PATCH] Create README_LAYOUT.svg --- README_LAYOUT.svg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README_LAYOUT.svg diff --git a/README_LAYOUT.svg b/README_LAYOUT.svg new file mode 100644 index 000000000..d2935a22d --- /dev/null +++ b/README_LAYOUT.svg @@ -0,0 +1,16 @@ + + + + .wrap { display:flex; gap:20px; padding:10px; width:100%; font-family:sans-serif; background:white; color:black; } + @media (prefers-color-scheme: dark) { .wrap { background: #0d1117; color: #e6edf3; } } + + + + + raylib is a simple and easy-to-use library to enjoy videogames programming. + raylib is highly inspired by Borland BGI graphics lib and by XNA framework and it's especially well suited for prototyping, tooling, graphical applications, embedded systems and education. + NOTE for ADVENTURERS: raylib is a programming library to enjoy videogames programming; no fancy interface, no visual helpers, no debug button... just coding in the most pure spartan-programmers way. + + + +