Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leomcelroy authored Oct 24, 2023
1 parent 9a3d239 commit 7471560
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,26 @@
**[💻 Online Editor: Make art](https://blot.hackclub.dev/editor)** | **[👀 Gallery](https://blot.hackclub.dev/gallery)** | **[🕸 Landing Page](https://blot.hackclub.dev)**

Create programmatic art in our web-based editor and submit it to the gallery and we'll send you a CNC machine which can make that art.
Blot is a "You Ship, We Ship" project from [Hack Club](https://hackclub.com) (like [Sprig](https://github.com/hackclub/sprig)).
Blot is a **"You Ship, We Ship"** project from [Hack Club](https://hackclub.com) (like [Sprig](https://github.com/hackclub/sprig)).

<img width="500" src="https://github.com/hackclub/blot/assets/27078897/2a3d89c5-79b0-4d1d-98b7-a2c4b285fde5"/>

A piece of art made for Blot can be the first program you ever write, but it can also be a challenge for a master programmer. Check out some of the art made already in our gallery.
A piece of art made for Blot can be the first program you ever write, but it can also be a challenge for a master programmer. Check out some of the art made already in our [gallery](https://blot.hackclub.dev/gallery). Every piece of are you see is actually a program. Many of them create unique pieces everytime the art is run. So you may be looking at an artwork which has never been seen before, even by the creator.

[<img width="500" src="https://github.com/hackclub/blot/assets/27078897/5666011a-089e-44d9-8956-5c283f00ff14"/>](https://blot.hackclub.dev/gallery)

# Blot is...

**A custom CNC drawing machine** designed from scratch to introduce you to digital fabrication. It's made of 6 unique 3D printed parts with a custom control board and easy to understand firmware, which can be interfaced with through JavaScript in the browser.
**A custom CNC drawing machine** designed from scratch to introduce you to digital fabrication.
It's made of 6 unique 3D printed parts with a custom control board and easy to understand firmware, which can be interfaced with through JavaScript in the browser.

<img width="250" alt="parts" src="https://github.com/hackclub/blot/assets/27078897/04ab7345-03fa-4b60-9870-64a99327e8cd">

<img width="250" src="https://github.com/hackclub/blot/assets/27078897/0ffc0ca8-516b-4f9a-b34e-4f09218e41cd"/>

Check out the [3D model of the project](https://cad.onshape.com/documents/0bcd2f50d2614ea26189f43b/w/23913e7defc94fc29f7833e6/e/72ea852bfc1822955e506e37?renderMode=0&uiState=6538235d42737a70b1996741).
Blot is designed in OnShape. Check out the [3D model of the project](https://cad.onshape.com/documents/0bcd2f50d2614ea26189f43b/w/23913e7defc94fc29f7833e6/e/72ea852bfc1822955e506e37?renderMode=0&uiState=6538235d42737a70b1996741).

You can find the [bill of materials here](https://blot.hackclub.dev/assembly) if you'd like to 3D print your Blot [the parts are here](https://github.com/hackclub/blot/tree/main/hardware/mechanical/drawing-thing-v4).
You can find the [bill of materials here](https://blot.hackclub.dev/assembly) if you'd like to 3D print your Blot [the parts are here](https://github.com/hackclub/blot/tree/main/hardware/mechanical/drawing-thing-v4). The entire build costs about $150 dollars. If you're a teen we will give you all the parts for a PR with your an art piece you coded yourself.

**A web based editor for programmatic art** that we designed specifically for pen plotting with a custom geometry library.

Expand All @@ -33,13 +34,15 @@ Check out the examples in the [gallery](https://blot.hackclub.dev/gallery) and t

<img width="500" src="https://github.com/hackclub/blot/assets/27078897/a072225f-dcaf-4571-bcaa-966d7271247c"/>


The guides are designed to work like visual coding puzzles, which incrementally bring you through building generative art pieces.

# It's all Open Source

Every part of Blot is freely available for you to investigate and discover.
That includes the editor, the hardware design, the electronics, and even the finances around the project.
We think people deserve tools they can take ownership of. That's why we give away the source for free.

Our projects at Hack Club have hundreds of teenage contributors from all over the world, if you want to learn how to program we invite you to jump in and start building tools used by thousands.

# Development

Expand Down

1 comment on commit 7471560

@vercel
Copy link

@vercel vercel bot commented on 7471560 Oct 24, 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.