Update README.md

This commit is contained in:
Лu Лinveгa 2019-07-20 16:37:13 +09:00 committed by GitHub
parent df3ef27625
commit 3eb2a8a0c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,13 @@
_"All I wanted, was a quick way of resizing a few photos.."_
The application interprets a dialect of [LISP](https://en.wikipedia.org/wiki/Lisp_(programming_language)) to automate simple graphical tasks, like resizing, cropping, coloring, and generating procedural imagery. You can look at these [example files](https://github.com/hundredrabbits/Ronin/tree/master/examples) to better understand how this all works.
The application is a simple [LISP repl](https://en.wikipedia.org/wiki/Lisp_(programming_language)) to automate simple graphical tasks, like resizing, cropping, coloring, and generating procedural imagery. You can look at these [example files](https://github.com/hundredrabbits/Ronin/tree/master/examples) to better understand how this all works.
```lisp
; draw a red square
(stroke
(rect 30 30 100 100) 2 "red")
```
## Install & Run