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