How I Create Generative Art for the AxiDraw Pen Plotter

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

ความคิดเห็น • 31

  • @jamjamsandwich
    @jamjamsandwich หลายเดือนก่อน +2

    Thank you for sharing the github repo. I just spent the morning playing with it and it's honestly brought me so much joy drawing up different heads lol

    • @cadinb
      @cadinb  หลายเดือนก่อน

      Cool, I'm glad it's useful. Share some of your results!

  • @mordcore
    @mordcore 16 วันที่ผ่านมา

    aa this is fun! thanks for sharing it! one small thing of note, the current version's default option for the screen size seems to be hardcoded numbers instead of the dynamic option, it took me ages to find where to fix it to get a useable window. tysm for making it available!

    • @cadinb
      @cadinb  16 วันที่ผ่านมา

      Thanks. I changed it to default to full screen now.

  • @DanielSimu
    @DanielSimu ปีที่แล้ว

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

  • @joaquinbatinicrey7307
    @joaquinbatinicrey7307 ปีที่แล้ว

    Really nice! These look sick

  • @urticadesign3737
    @urticadesign3737 ปีที่แล้ว

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

  • @devoni_com
    @devoni_com 9 หลายเดือนก่อน +1

    Very cool, what is your specialty sir?

    • @cadinb
      @cadinb  9 หลายเดือนก่อน +1

      What do you mean?

    • @devoni_com
      @devoni_com 9 หลายเดือนก่อน

      @@cadinb I mean your specialty, work or study

    • @cadinb
      @cadinb  9 หลายเดือนก่อน

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

  • @ainsworthcoultart2044
    @ainsworthcoultart2044 ปีที่แล้ว

    Amazing keep up the good work!

  • @bunty2206
    @bunty2206 9 หลายเดือนก่อน

    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  9 หลายเดือนก่อน +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 6 หลายเดือนก่อน

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

  • @rhadiem
    @rhadiem ปีที่แล้ว

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

    • @cadinb
      @cadinb  ปีที่แล้ว

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

    • @LemoniumOre
      @LemoniumOre ปีที่แล้ว

      still didn't understand :(

  • @_Error_404_Goodbye
    @_Error_404_Goodbye 9 หลายเดือนก่อน

    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  9 หลายเดือนก่อน +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.

  • @cyberlaurent2101
    @cyberlaurent2101 9 หลายเดือนก่อน

    You're a genious. Merci beaucoup.

  • @dineshvyas
    @dineshvyas 10 หลายเดือนก่อน

    That is amazing

  • @nirajpangarkar5722
    @nirajpangarkar5722 7 หลายเดือนก่อน

    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  7 หลายเดือนก่อน

      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 9 หลายเดือนก่อน +1

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

    • @cadinb
      @cadinb  9 หลายเดือนก่อน +3

      Check out the Coding Train videos: thecodingtrain.com

  • @metamour
    @metamour ปีที่แล้ว

    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  ปีที่แล้ว +3

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