Real Cellular Automatons

Поділитися
Вставка
  • Опубліковано 3 лис 2024

КОМЕНТАРІ • 12

  • @ДиноелВокьлав
    @ДиноелВокьлав 2 роки тому +2

    very cool. Who could think that from such simple set of rules you can get such a complex interactions? The "life" algorithms really resemble the behaviour of some living organisms

  • @dantemeriere5890
    @dantemeriere5890 2 роки тому

    Nice video, I love writing this kind of program. Reminds me of how I love to spend nights creating stuff like this.

  • @penggrin
    @penggrin 2 роки тому +2

    wth is that tts

  • @sshado2
    @sshado2 2 роки тому

    Nice video

  • @user-pr6ed3ri2k
    @user-pr6ed3ri2k 2 роки тому +1

    pokula + automataans

  • @thekuba9352
    @thekuba9352 2 роки тому +1

    which coding language did you use?

    • @visiware_channel
      @visiware_channel  2 роки тому +1

      C++, but I really don't like it. I want to learn Rust and to do things on it.

    • @thekuba9352
      @thekuba9352 2 роки тому

      @@visiware_channeli have seen similar demonstrations on javascript and C#. Im willing to learn either one and not be stuck, limited with python and lua.

    • @dantemeriere5890
      @dantemeriere5890 2 роки тому

      @@visiware_channel You've probably been listening to all the Rust evangelists who love to bash on C++. Rust is just another entry in a huge list of languages that tried to compete with C++ over the years and failed. Don't be seduced by it. There's nothing special about Rust, and compared to C++ it limits creativity and expressiveness. Rust evangelists like to say Rust is "still young" and that's why most of it is still in beta and has yet to achieve anything, but in reality it's already 12 years old. By the time C++ was that old it had already conquered the programming world. It's easier for Russia to adopt English as its official language than for Rust to compete with C++.

    • @sean_reyes
      @sean_reyes 2 роки тому

      @@visiware_channel how did you display it? I can only picture myself using js and html by using canvas... what's a good UI for C++ or Rust?

    • @visiware_channel
      @visiware_channel  2 роки тому

      @@sean_reyes Unfortunately, I don't use a popular GUI library. I'm using my own, written on C++, GUI library and graphical engine, which aren't opened by several reasons.
      So you, maybe, need to learn Qt, GTK, or ImGUI for C++. On Rust I'm currently learning egui, which seems pretty fine. Also, for Rust there is imgui-rs, binding for ImGUI.