Programming Simple, Fractal L-Systems

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 พ.ย. 2024

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

  • @prietjepruck
    @prietjepruck ปีที่แล้ว +1

    That's an interesting way of programming. I'd never thought of that. Thanks for helping to grow my knowledge of programming.

    • @programmingchaos8957
      @programmingchaos8957  ปีที่แล้ว +1

      You're very welcome! There are lots of interesting algorithms out there, I keep getting surprised by new ones as well.

  • @savannah2323
    @savannah2323 ปีที่แล้ว +1

    So clear and concise! Thanks for sharing, can't wait to play around with it.

    • @programmingchaos8957
      @programmingchaos8957  ปีที่แล้ว +1

      I'm really glad it was helpful. Have fun and if you find any cool rules feel free to share them. I should try to come up with one just so there can be a Soule Curve :)

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

    Beautifully explored and explained and subsequently highly inspirational. Thank you

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

      Thank you! I'm glad the explanation was clear. If you develop anything interesting from it I would be thrilled to hear about it.

  • @Carlo-zs5lw
    @Carlo-zs5lw 3 หลายเดือนก่อน

    Incredible, i just found your channel while looking for tutorials on processing: incredible content, please keep making videos👍

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

      Thanks! I will definitely keep making them. Working on one on Genetic Algorithms now.

    • @Carlo-zs5lw
      @Carlo-zs5lw 3 หลายเดือนก่อน

      ​@@programmingchaos8957 nice, have a great time working on it man. I'll watch the rest of your content until i understand it well enough. Do you mainly use processing for your work?

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

      Mostly processing for these videos. I also do a lot of programming in C++ and some Python. Plus teaching a bit of Scratch and NetLogo. And a little C# with Unity.

    • @Carlo-zs5lw
      @Carlo-zs5lw 3 หลายเดือนก่อน

      @@programmingchaos8957 I saw the video about Netlogo and it seemed pretty interesting; do you think it could be used to create good graphics/animations? (like making images out of multiagent simulations.. sorry if i'm bothering you...)

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

      No problem, I love discussing all things programming :) NetLogo makes if very easy to do multi-agent simulations. So, it would be a good environment to quickly test ideas. But it's graphics are a bit limited and I'm not sure it supports animated sprites. So if you really want to lean into the art aspects I don't think it would work too well.

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

    crystal clear ! thanks !

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

      Thank you! Making things understandable is one of my main goals.