Coder Social home page Coder Social logo

Comments (5)

yoshiask avatar yoshiask commented on May 19, 2024 1

@eulertour and I were discussing the extensibility and modularity of rendering. I think that we could make the actual rendering parts as add-ons, since we want people to be able to add new rendering backends on their own.

from manim.

eulertour avatar eulertour commented on May 19, 2024 1

Most of that makes sense, although a render_frame() function will probably make more sense than a render_shape() one since it allows the renderer for more freedom over how to process each frame. I also think we should add a realtime renderer to the base repo, since the one with cairo is really slow.

Other than that it seems like we'll basically have to allow users to overwrite any function they want, which seems like it could be tricky to get right...

from manim.

PgBiel avatar PgBiel commented on May 19, 2024

Most of that makes sense, although a render_frame() function will probably make more sense than a render_shape() one since it allows the renderer for more freedom over how to process each frame.

Sure; the render_shape() idea was simply an example so people understand the main idea behind it. Of course there is much more potential here. We'll need to discuss this in detail

I also think we should add a realtime renderer to the base repo, since the one with cairo is really slow.

We should discuss more about this, yes

Other than that it seems like we'll basically have to allow users to overwrite any function they want, which seems like it could be tricky to get right...

Well, the renderer should optimally only receive and work with the data it needs... We might need to restrict its freedom in order to get this right.

from manim.

leotrs avatar leotrs commented on May 19, 2024

What is the latest when it comes to add-ons? I kinda sorta remember @yoshiask saying he will come back to this when manim CE stabilizes a bit. If so, I suggest we close this issue until such a time.

from manim.

naveen521kk avatar naveen521kk commented on May 19, 2024

Something to document here I found some doc on how plugins work.
https://packaging.python.org/guides/creating-and-discovering-plugins/

from manim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.