From 6c958885830f21f18e4fca7e95e5766aeef902da Mon Sep 17 00:00:00 2001 From: Uwussimo Robinson Date: Wed, 17 May 2023 20:16:05 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4e187cf7..f9ed93599 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ - - + +

+ **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 specially well suited for prototyping, tooling, graphical applications, embedded systems and education. @@ -7,6 +8,8 @@ raylib is highly inspired by Borland BGI graphics lib and by XNA framework and i *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.* Ready to learn? Jump to [code examples!](https://www.raylib.com/examples.html) + +

---