-
| Can we develop the interactivity within manim-slides? Juts like some basic interaction like manoeuvring with the camera? | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            jeertmans
          
      
      
        Feb 27, 2023 
      
    
    Replies: 1 comment
-
| I'm afraid it is not possible, and it will hardly be. The main issue it that maneuvering the camera means that we need to do real time rendering, and Manim Slides does not do any rendering. If Manim Slides were to use manim for rendering, I'm not even sure that it will be fast enough to render in real-time :-/ I know 3b1b developed an interactive mode for ManimGL, but I have never tested it. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        torannn
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
I'm afraid it is not possible, and it will hardly be. The main issue it that maneuvering the camera means that we need to do real time rendering, and Manim Slides does not do any rendering.
If Manim Slides were to use manim for rendering, I'm not even sure that it will be fast enough to render in real-time :-/
I know 3b1b developed an interactive mode for ManimGL, but I have never tested it.