Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/hackclub/blot
Browse files Browse the repository at this point in the history
  • Loading branch information
leomcelroy committed Oct 20, 2023
2 parents 5dbc239 + 8f1523e commit 227549a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/TOOLKIT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Welcome to Blot

This is Blot's programmatic art IDE. For an introduction to the editor watch this video (coming soon!).

### Turtle

Our main drawing primative is a turtle. It's a collection of polylines with an associated pen that has a location and direction.
Expand Down Expand Up @@ -112,13 +116,6 @@ Can be used like such
noise([2, 3])
```

### Utilities

```js
// min: number, max: number, t: number (0 to 1)
lerp(min, max, t)
```

## Examples

To find examples check out [`/gallery`](/gallery).

1 comment on commit 227549a

@vercel
Copy link

@vercel vercel bot commented on 227549a Oct 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blot – ./astro

blot.hackclub.dev
blot-git-main.hackclub.dev

Please sign in to comment.