What is new in Manim v0.18.0? Color rework, checkhealth, live examples in documentation, ...!

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

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

  • @YTomS
    @YTomS Год назад +5

    Nice recap, thank you for your work!

  • @sagart23
    @sagart23 Год назад +2

    Thank you for the excellent work 🙏

  • @MrDiverXHD
    @MrDiverXHD Год назад +4

    Very nice! I love the new colors *wink wink* xD

    • @behackl
      @behackl  Год назад

      well, I mean, pat yourself on the back! 😆

  • @younesboudaoud9501
    @younesboudaoud9501 Год назад +2

    We need manim tutorial about electrical circuits diagrams

    • @behackl
      @behackl  Год назад +2

      thanks for the suggestion!

  • @matthewvgrogan
    @matthewvgrogan Год назад

    Thanks Ben, Much appreciated!

  • @栖月菌
    @栖月菌 11 месяцев назад

    Thank you for your work! This is really great!

    • @栖月菌
      @栖月菌 11 месяцев назад

      By the way, do you know where I can find some complete Manim examples to learn from? I've just started learning recently, and I've read through the documentation on the community website, and I've basically tried running all the examples. Right now, I'm a bit confused about how to approach Manim from a holistic perspective.

  • @guiguio2nd1er
    @guiguio2nd1er Год назад +2

    Thank you !

  • @felipemartins8185
    @felipemartins8185 Год назад

    Awesome work! Love this!

  • @RichardFeynman2282
    @RichardFeynman2282 11 месяцев назад +1

    A little bit late, but awesome job with the recap!

  • @maconstantin
    @maconstantin Год назад

    Amazing work!

  • @אלדד_אלדד
    @אלדד_אלדד Год назад +1

    Hey, I like your tutorials. Do you know why the ".add_coordinates" command is not working with axes on my MANIM version?

    • @behackl
      @behackl  Год назад +1

      Thanks for the kind words! Unfortunately that's not really enough information for me to know what is going wrong -- and YT comments are not ideal to start debugging this problem. Take a look at this page in our documentation: docs.manim.community/en/stable/faq/help.html, it has a few suggestions for places where you can get help. 👍

    • @אלדד_אלדד
      @אלדד_אלדד Год назад +1

      Okay I solved the problem, but still thank you. :)@@behackl

  • @EstherBeck-s7j
    @EstherBeck-s7j 9 месяцев назад

    Hey there! Are there different blend modes in manim. Is it something you've thought about??

    • @behackl
      @behackl  9 месяцев назад

      There has been some discussion about it recently, the inherent design (everything is 3D) makes it somewhat complicated to implement blending modes easily.

  • @mahmoodmohajer1677
    @mahmoodmohajer1677 10 месяцев назад

    thanks for explanation.

  • @ChaseWorley-u1g
    @ChaseWorley-u1g Год назад

    Does this change the Color(hue = j/n) for j in range(n). Would it be something similar like ManimColor(...)? Enjoying the videos so far!

    • @behackl
      @behackl  Год назад

      Indeed! Currently we don't have a shorthand version for it -- the call would roughly be equivalent to ManimColor.from_hsv((j/n, 1., 1.)). Hope this helps!

  • @Barzi2001
    @Barzi2001 Год назад +1

    Good job!
    Given that you touched colours, I have a provoking thought: what about adding blending modes in the future? As first glance the VMObject class shall be modified such that it takes an additional parameter "blendind_mode=" that can take values in an enum {normal (default), add, multiply, screen, ...}. Blending modes explained: ruclips.net/video/EOoMakEVh_s/видео.html

    • @behackl
      @behackl  Год назад +1

      Thanks for the kind words! Blending modes are an interesting idea for sure. Probably not something for the immediate future (we still need to clean up the general rendering loop before we add more features in), but I don't see why we wouldn't want to add some sort of blending modes after that has stabilized.

    • @Barzi2001
      @Barzi2001 Год назад

      @@behackl If you don't mind I write a GitHub issue so we keep track of it :)

    • @behackl
      @behackl  Год назад

      sure, go ahead!

    • @Barzi2001
      @Barzi2001 Год назад

      @@behackl Regretfully, one person decided for all the community to close the issue, along with other issues that I opened recently and that had, IMHO, very valid points. A higher level question arise then: what is Manim vision and mission? Is the aim to provide a comprehensible and solid professional tool or the aim is to be a students playground to learn coding (which is not bad but I would like to know)? Also, what is the governance? Are there special persons who are allowed to take decisions on behalf of the whole community? I think these are important questions that need to be answered as they heavily influence GO/NOT GO decisions for the utilization of one tool wrt to another (other than suggesting/discouraging its utlilization in your own network - colleagues, students, etc.).

    • @behackl
      @behackl  Год назад +1

      One issue has been closed by mistake. I have moved the color blending suggestion to a discussion, because there are too many unclear things about it yet, it is not actionable as is. You can check our code of conduct for details about the project's governance. Feel free to reach out via Discord if I've missed anything else.