You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/runal.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
+++
2
2
title = "Runal"
3
-
description = "a simple creative coding environment for the terminal. It works similarly as processing or p5js and can either be programmed with JavaScript, or used as a Go package."
3
+
description = "a text-based creative coding environment for the terminal. It works similarly as processing or p5js and can either be programmed with JavaScript, or used as a Go package."
**Runal** is a simple creative coding environment for text and ascii art, that runs in the terminal.
19
+
**Runal** is a text-based creative coding environment, that runs in the terminal.
20
20
21
-
It works similarly as [processing](https://processing.org/) or [p5js](https://p5js.org/)and can either be programmed with [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript), or used as a [Go](https://go.dev/) package.
21
+
It works similarly as [processing](https://processing.org/) or [p5js](https://p5js.org/)but it does all the rendering as text. It can either be programmed with [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript), or used as a [Go](https://go.dev/) package.
0 commit comments