I Made ARTIFICIAL LIFE... and You Can Too!

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

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

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

    I welcome all and any suggestions for my videos!

  • @keremgelegen
    @keremgelegen 3 месяца назад +9

    thanks for this informative video, but in your next videos if you lower the volume of sound effects it will be much better

    • @Artilife1
      @Artilife1  3 месяца назад +1

      Thanks for the advice , I'll make sure things arent too loud !

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

    Great video! I'm subscribed and excited to see your future content.

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

      Thank you ! Currently working on the code for the next video :)

  • @davidcahan
    @davidcahan 3 месяца назад +6

    The thumbnail for the vid is hilarious

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

      Hahahaha thank you, I worked hard on it!

  • @knorpelmancer
    @knorpelmancer 3 месяца назад +2

    Praise the algorithm. Great video, thank you.

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

      Praise the almighty numbers !

  • @test-uy4vc
    @test-uy4vc 3 месяца назад +2

    This was really informative! Loved the video. 👍

    • @Artilife1
      @Artilife1  3 месяца назад +1

      Thanks you for your support, I see you comment a lot. It really is apreciated!

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

  • @lukas-ho6xu
    @lukas-ho6xu 3 месяца назад +2

    Please make more, this is extremely interesting. Im a novest low level python enthusiast who loves artificial intelligence. I like to observe it, not use it.

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

      I certainly will make more !

  • @xeysus5907
    @xeysus5907 3 месяца назад +4

    can you share github

  • @fangorito7918
    @fangorito7918 3 месяца назад +2

    Nice! More vids like these pls

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

      Will be making more !

  • @sacredcat3222
    @sacredcat3222 3 месяца назад +1

    Good video but i recommend to tone the sound effect down abit and make your voice abit louder
    because the sound effect are way to loud compared to the voice
    just make sure your voice and sound effects are on the same page in terms of loudness

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

      @@sacredcat3222 Thanks for the tip, no idea how this slipped past me since I listened to the whole video before finalizing it.

  • @V_050
    @V_050 3 месяца назад +2

    Was curious if something like autocatalytic behavior (but not simulating "chemistry" per se) can be modeled in a program, especially if it arises just from the how the environment was configured? Interesting and noob-friendly tutorial!

    • @Artilife1
      @Artilife1  3 месяца назад +1

      I'm not sure that is possible in particle life, unless I also start limiting the interactions to certain angles by giving the particles polarity, then maybe certain configurations can cause low energy chain reactions. I think the main issue however is that there is unlimited energy in the system, so there is "energy barrier" to break through for there to be catalytic like behaviour, since its highly likely all particles are already in the highest energy state.
      There are other artificial life systems such as FlowLenia where changes in phase can happen spontaneously. This could be seen as autocatalytic.

  • @PaulAllsopp-rh5gb
    @PaulAllsopp-rh5gb 3 месяца назад

    I've been looking into this for a bit and did a bunch of lower framerate stuff in JS. The next thing I want to explore is forgetting about have too many particles, and instead focus on realism. Get some information from molecular biology, and model real structures using differing masses and attraction/repulsion values.
    I love this. I love cv2 also, so moving my code to Py tomorrow.
    Thx

    • @PaulAllsopp-rh5gb
      @PaulAllsopp-rh5gb 3 месяца назад

      To stop particles going off the screen on mine, I just set their velocity to *= -1 on the axis in question to flip it...a la collision detection bounce. I use the standard gravity function, like you do but without the delta time. As soon as they appear they conform to a matrix of attraction or repulsion values, including to themselves.
      A B C
      A 0.7 0.4 -0.1
      B 0.1 -0.8 -0.7
      C 0.6 -0.2 0.1
      This is my current matrix I'm playing with. 3 particle groups obviously, 1500 in each set, though like I said my next step is to try and make some real monsters ;0)

    • @Artilife1
      @Artilife1  3 месяца назад +1

      That also works, it really just depends what effect you want, a toroidal world is effectivley an infinite world without barriers. If you want more realistic interactions, consider making the interaction forces equal and opposite (forces matirx mirrored about the y = -x diagonal ) and making the particles polar, so they have negative and positive ends at diffrent angles.

  • @JetOfTheWind
    @JetOfTheWind 3 месяца назад +1

    Great explain video, easy to follow !

  • @Blunebear
    @Blunebear 3 месяца назад +1

    Hey man love this video can you tell me how to learn this level of programming. Last month i started learning programing and this video sparks mh intrest in field i have almost no clue about what is it, why ks it used, and how its build all it understood was programming and maths were used.
    I found it really amazing and wanna learn this

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

      Thank you! I suggest first looking into basic coding courses that teach you things like what is syntax, for loops, logic, etc. Then try some very simple programs. This level of programming isnt really advanced so you could get there in a few months of practice.

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

      @@Artilife1 ok I will fs rn I am doing cs50 to get basic understanding of programming in general. Next I am planning to do some math(calculus, linear algebra, probability) courses online, I hope these things make me ready to do these kinds of program's

  • @immortlreacts1740
    @immortlreacts1740 11 дней назад

    great vid

  • @Nabuuug
    @Nabuuug 2 месяца назад

    omg this duck is so loud

    • @Artilife1
      @Artilife1  2 месяца назад

      Sorry, next vid the sound effects won't be so loud

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

    some parts of the video were loud af

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

      Yes I need to fix that for the next video!

  • @xoxogamewolf7585
    @xoxogamewolf7585 3 месяца назад +1

    1:21 begginers

    • @Artilife1
      @Artilife1  3 месяца назад +1

      Yea sorry, English isn't my first language, but you are right !

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

      i think its a pretty good mistake this aims to be educational and quite funny so in type of this videos that spelling mistake dont really matter much

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

    I'm a fan of Wrinkle the duck! ( @seDUCKtive )

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

      It is truly a great duck 🦆