瀏覽代碼

Replace gallery with a link to demos.

rexim 3 年之前
父節點
當前提交
f31bfcfd00
共有 1 個文件被更改,包括 1 次插入9 次删除
  1. 1 9
      README.md

+ 1 - 9
README.md

@@ -1,14 +1,6 @@
 # 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