Skip to content

Paolo-Susini/Manim_VideoProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Here's a README.md file for your code with prefixed to each line as requested:

Quizzone Animation - ManimGL Project

Overview

This project creates an interactive quiz animation using ManimGL, featuring 3D trajectories, image animations, and timed questions.

Requirements

Installation

  1. Clone the manimGL repository:
    git clone https://github.com/3b1b/manim.git
  2. Install required dependencies:
    pip install -r requirements.txt

File Structure

  • Quizzone.py: Main animation script
  • utils.py: Helper functions (must be in same directory)
  • Guests/: Directory containing guest question data (.pkl files)
  • Images/: Contains all image assets

Usage

Run the animation with:

manimgl Quizzone.py Quizzone

Key Features

  • 3D spiral trajectories with custom axes
  • Randomized guest selection from .pkl files
  • Image resizing and animation
  • Interactive quiz format with timed questions
  • Special effects for correct answers

Customization

You can modify:

  • config.pixel_height/width: Output resolution
  • config.frame_height/width: Scene dimensions
  • time_s and time: Animation durations
  • Guest questions in the Guests/ directory

Notes

  • Ensure all image paths are correct for your system
  • The script uses current time for random seeding
  • Requires properly formatted .pkl files for guest data

Example Command

manimgl Quizzone.py Quizzone -w --hd

(Renders at 1280x720 resolution)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages