Skip to content

Commit e4a219e

Browse files
committed
Update next-steps.md
1 parent 2023d2f commit e4a219e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

session-5/next-steps.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Now that you hopefully have an understanding of the fundamentals, it might be he
1010

1111
* [Variables](https://www.drawbot.com/content/variables.html)
1212
* [`clipPath()`](https://www.drawbot.com/content/shapes/drawingPath.html#drawBot.clipPath)
13-
* [Using Drawbot from outside the app](https://github.com/typemytype/drawbot#using-drawbot-as-a-python-module)
13+
* [Running Drawbot from the command line](https://github.com/typemytype/drawbot#using-drawbot-as-a-python-module)
1414
* [`skew()` and `transform()`](https://www.drawbot.com/content/canvas/state.html#drawBot.skew)
1515
* [`arc()`](https://www.drawbot.com/content/shapes/drawingPath.html#drawBot.arc)
1616

@@ -56,8 +56,8 @@ The creators of Glyphs app have resources about scripting in Glyphs, and occasio
5656
* [Scripting Glyphs, Part 3](https://glyphsapp.com/learn/scripting-glyphs-part-3)
5757
* [Glyphs API](https://docu.glyphsapp.com)
5858

59-
### Creative coding
59+
## Creative coding
6060

61-
## [Generative Type Design](http://coopertype.org/event/generative_type_fall2020)
61+
### [Generative Type Design](http://coopertype.org/event/generative_type_fall2020)
6262

63-
I can personally recommend this course that covers [p5.js](https://p5js.org), which is a javascript version of Processing that will run in your web browser. Lynne and Kevin are awesome, and this course also covers some of the conceptual framework and history of creative coding in general.
63+
I can personally recommend this course that covers [p5.js](https://p5js.org), which is a javascript interpretation of [Processing](https://processing.org) that will run in a web browser. You will recognize functions such as `rect()` and `translate()`, but there is much more of a focus on interactivity and web-friendliness. Lynne and Kevin are awesome teachers, and this course also covers some of the conceptual framework and history of creative coding in general.

0 commit comments

Comments
 (0)