Skip to content
/ blot Public
forked from hackclub/blot

🤖 ✍️ blot, the plotting bot from hack club

License

Notifications You must be signed in to change notification settings

Itz-Hex/blot

 
 

Repository files navigation

Blot, the plotter bot from Hack Club

💻 Online Editor: Make art | 👀 Gallery | 🕸 Landing Page

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 (like Sprig).

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

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. Blot is designed in OnShape. Check out the 3D model of the project. You can find the bill of materials here if you'd like to 3D print your Blot the parts are here. 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.

parts

A web based editor for programmatic art that we designed specifically for pen plotting with a custom geometry library. We practiced programmatic pen plotting with some amazing artists. There is so much to learn and explore on the programming and the aesthetic side.

editor

To get started

Check out the examples in the gallery and then follow along with some of our guides.

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

The submission rules to get a Blot for a PR are here. You must be a teenager (or younger to qualify) but anyone can make art and make a PR. Also...

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.

You're also welcome to participate and use our tools if you aren't a teen (like making art or building your own blot). But our online community is for teens only.

Development

Join the #blot channel on the Hack Club Slack.

The Blot editor is made with astro. To run the project locally.

You'll need:

Git
Node.js
Yarn

After installing those, clone the repo.

git clone https://github.com/hackclub/blot/
cd blot/astro
yarn install

To run the development server.

yarn dev

License

The Hack Club Blot is open source and licensed under the MIT License. Fork, remix, and make it your own! Pull requests and other contributions greatly appreciated.

About

🤖 ✍️ blot, the plotting bot from hack club

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Astro 77.6%
  • JavaScript 10.9%
  • TypeScript 8.9%
  • CSS 1.1%
  • HTML 0.7%
  • C++ 0.7%
  • Python 0.1%