How I Create Generative Art for the AxiDraw Pen Plotter

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024

Комментарии • 26

  • @DanielSimu
    @DanielSimu 7 месяцев назад

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

  • @joaquinbatinicrey7307
    @joaquinbatinicrey7307 8 месяцев назад

    Really nice! These look sick

  • @urticadesign3737
    @urticadesign3737 8 месяцев назад

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

  • @ainsworthcoultart2044
    @ainsworthcoultart2044 8 месяцев назад

    Amazing keep up the good work!

  • @rhadiem
    @rhadiem 8 месяцев назад

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

    • @cadinb
      @cadinb  8 месяцев назад

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

    • @LemoniumOre
      @LemoniumOre 8 месяцев назад

      still didn't understand :(

  • @cyberlaurent2101
    @cyberlaurent2101 5 месяцев назад

    You're a genious. Merci beaucoup.

  • @_Error_404_Goodbye
    @_Error_404_Goodbye 4 месяца назад

    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  4 месяца назад +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.

  • @dineshvyas
    @dineshvyas 5 месяцев назад

    That is amazing

  • @MaximoToro
    @MaximoToro 5 месяцев назад +1

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

    • @cadinb
      @cadinb  5 месяцев назад +3

      Check out the Coding Train videos: thecodingtrain.com

  • @bunty2206
    @bunty2206 4 месяца назад

    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  4 месяца назад +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 2 месяца назад

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

  • @devoni_com
    @devoni_com 5 месяцев назад +1

    Very cool, what is your specialty sir?

    • @cadinb
      @cadinb  5 месяцев назад +1

      What do you mean?

    • @devoni_com
      @devoni_com 5 месяцев назад

      @@cadinb I mean your specialty, work or study

    • @cadinb
      @cadinb  5 месяцев назад

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

  • @nirajpangarkar5722
    @nirajpangarkar5722 3 месяца назад

    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  3 месяца назад

      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.

  • @metamour
    @metamour 7 месяцев назад

    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  7 месяцев назад +3

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