Skip to content

Commit f797d61

Browse files
author
Xavier Godart
committed
update wording
1 parent 05c24d9 commit f797d61

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A modest venture into crafting unconventional creative tools for the terminal.
1010
<br/>
1111

1212
- [**signls**](/signls/): a non-linear, generative MIDI sequencer designed for music composition and live performances
13-
- [**runal**](/runal/): a simple creative coding environment text-based (ascii, unicode) art
13+
- [**runal**](/runal/): a text-based creative coding environment
1414
- [**sektron**](/sektron/): a midi step sequencer that mimics hardware workflows
1515

1616
<br/>

content/runal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
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."
44
weight = 1
55
[extra]
66
release = "https://api.github.com/repos/emprcl/runal/releases/latest"
@@ -16,9 +16,9 @@ image = "/images/runal/screenshot.png"
1616

1717
<hr/>
1818

19-
**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.
2020

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.
2222

2323
![runal screenshot](/images/runal/screenshot.png)
2424

0 commit comments

Comments
 (0)