How I Create Generative Art for the AxiDraw Pen Plotter

Поділитися
Вставка
  • Опубліковано 8 гру 2023
  • This is a demo of one of the Processing sketches I use to create generative art for my pen plotter.
    The code for this sketch is available on GitHub:
    github.com/cadin/generative-n...
  • Наука та технологія

КОМЕНТАРІ • 26

  • @DanielSimu
    @DanielSimu 5 місяців тому

    Thanks for sharing your methods! Cool to see how you made an editor for your sketches :)

  • @joaquinbatinicrey7307
    @joaquinbatinicrey7307 6 місяців тому

    Really nice! These look sick

  • @urticadesign3737
    @urticadesign3737 6 місяців тому

    Thanks for sharing! I am looking forward to try it!

  • @ainsworthcoultart2044
    @ainsworthcoultart2044 6 місяців тому

    Amazing keep up the good work!

  • @dineshvyas
    @dineshvyas 3 місяці тому

    That is amazing

  • @cyberlaurent2101
    @cyberlaurent2101 3 місяці тому

    You're a genious. Merci beaucoup.

  • @rhadiem
    @rhadiem 6 місяців тому

    Very cool! Thanks for sharing. Now to figure out how to run this. :)

    • @cadinb
      @cadinb  6 місяців тому

      Just install Processing and use it to run `sketch/sketch.pde`.

    • @LemoniumOre
      @LemoniumOre 6 місяців тому

      still didn't understand :(

  • @_Error_404_Goodbye
    @_Error_404_Goodbye 2 місяці тому

    This is great! What type of gcode sender do you use for your plotter? Are there any specific post processors required for your machine? What kind of machine is it? Sorry, I have my nerd hat on and it appears to be stuck in place lol. Im currently building plotter and though I’ve built printers and CNCs in the past, the plotter has features I’m not very familiar with so I get hung up on certain things like the servo being used with GRBL, drawing on round objects on a rotary 4th axis (eggbot), auto tool change stuff. The possibilities are endless with this stuff, well, I guess they’re endless if you have the skills to implement them lol for sure looking forward to trying this out though, very cool 🍻

    • @cadinb
      @cadinb  2 місяці тому +1

      I use an AxiDraw, an off-the-shelf plotter with both a CLI and a plugin for Inkscape you can use to send SVG files to the plotter.

  • @bunty2206
    @bunty2206 2 місяці тому

    This is really cool. Recently started with Generative after building a GRBL plotter. Some of the samples you showed are really cool. Would it be possible to share the svg of Head/ Tail/ Joiners of the samples that you showed in the video?

    • @cadinb
      @cadinb  2 місяці тому +1

      Thanks. I don’t usually share the custom graphic elements because that’s a big part of what makes my art unique from what anyone else could create by using my code. But the repo has the SVGs for the generic round ends. You should be able to use those as a guide for making your own.

    • @chopisdish7497
      @chopisdish7497 10 годин тому

      @@cadinb
      Правильно !
      Интеллектуальная собственность!
      Успехов вам в вашем творчестве!

  • @nirajpangarkar5722
    @nirajpangarkar5722 28 днів тому

    Hey Thanks for sharing! I have been doing similar work although When i export the svg for the plotter, it usually draws individual tiles and not continous path. any tips around that? That would be helpful :)

    • @cadinb
      @cadinb  28 днів тому

      Yeah, the paths are not joined in the Processing output. The "reordering" option in the AxiDraw CLI cleans it up for me, but you can also do it with tools like vpype.

  • @MaximoToro
    @MaximoToro 2 місяці тому +1

    How would one, as a complete beginner with zero coding/programming knowledge go about learning how to code generative art?

    • @cadinb
      @cadinb  2 місяці тому +2

      Check out the Coding Train videos: thecodingtrain.com

  • @metamour
    @metamour 5 місяців тому

    Hi m, any chance you are selling the software, so i can get my plotter busy? i‘m a graphic designer and would like to make some some art. thabks a lot!

    • @cadinb
      @cadinb  5 місяців тому +2

      You can download it from GitHub:
      github.com/cadin/generative-noodles
      Free to all.

  • @devoni_com
    @devoni_com 3 місяці тому +1

    Very cool, what is your specialty sir?

    • @cadinb
      @cadinb  2 місяці тому +1

      What do you mean?

    • @devoni_com
      @devoni_com 2 місяці тому

      @@cadinb I mean your specialty, work or study

    • @cadinb
      @cadinb  2 місяці тому

      I studied graphic design, and I do UX design and prototyping as my job.