diff options
| author | Ray <raysan5@gmail.com> | 2017-07-25 11:28:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-25 11:28:22 +0200 |
| commit | 98f447f71432d09a3546ff99c180dbf55fc8d70c (patch) | |
| tree | 8bf8d7ceb3670b9b059b1940e3630d17850c8a55 | |
| parent | 072684d276373b58ddf7203e34b66a14f6e0c848 (diff) | |
| download | raylib-98f447f71432d09a3546ff99c180dbf55fc8d70c.tar.gz raylib-98f447f71432d09a3546ff99c180dbf55fc8d70c.zip | |
Update README.md
| -rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,9 +1,6 @@ -<img src="https://github.com/raysan5/raylib/blob/master/logo/logo256x256.png" width=256> +<img align="left" src="https://github.com/raysan5/raylib/blob/master/logo/logo256x256.png" width=256> -about ------ - -raylib is a simple and easy-to-use library to learn videogames programming. +**raylib is a simple and easy-to-use library to learn videogames programming.** raylib is highly inspired by Borland BGI graphics lib and by XNA framework. @@ -11,6 +8,8 @@ NOTE for ADVENTURERS: raylib is a programming library to learn videogames progra 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!](http://www.raylib.com/examples.html) +<br> + features -------- |
