Update README.md
This commit is contained in:
parent
df3ef27625
commit
3eb2a8a0c2
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user