Browse Source

Replace gallery with a link to demos.

rexim 3 years ago
parent
commit
f31bfcfd00
1 changed files with 1 additions and 9 deletions
  1. 1 9
      README.md

+ 1 - 9
README.md

@@ -1,14 +1,6 @@
 # Olive.c
 # Olive.c
 
 
-Simple 2D Graphics Library for C.
-
-## Gallery
-
-![checker](./imgs/checker.png)
-
-![circle](./imgs/circle.png)
-
-![lines](./imgs/lines.png)
+Simple graphics library that does not have any dependencies and renders everything into the given memory pixel by pixel. Visit [https://tsoding.org/olive.c/](https://tsoding.org/olive.c/) to see some demos.
 
 
 ## Quick Start
 ## Quick Start