awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesScene Animation Scripts

Code-based definitions for programmatic animation of mathematical scenes and geometric objects.

Explore 4 awesome GitHub repositories matching graphics & multimedia · Scene Animation Scripts. Refine with filters or upvote what's useful.

Awesome Scene Animation Scripts GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • 3b1b/manimAvatar de 3b1b

    3b1b/manim

    87,664Ver en GitHub↗

    Manim is a Python-based computational geometry framework designed for programmatic video production. It functions as a mathematical animation engine, allowing users to generate high-fidelity visual content by scripting scene definitions rather than using traditional timeline-based editing software. The library is built to translate code-based instructions into precise, frame-accurate animations, making it a tool for explaining complex mathematical functions, geometric proofs, and abstract theories. The engine distinguishes itself through a declarative scene graph that organizes visual element

    Animates mathematical scenes and geometric objects using descriptive, code-based definitions.

    Python3b1b-videosanimationexplanatory-math-videos
    Ver en GitHub↗87,664
  • cesiumgs/cesiumAvatar de CesiumGS

    CesiumGS/cesium

    15,412Ver en GitHub↗

    Cesium is a JavaScript library designed for rendering high-precision 3D globes and 2D maps within web browsers. It functions as a visualization engine that leverages hardware-accelerated graphics to display complex geographic data, terrain, and imagery. The library distinguishes itself through a modular architecture that supports the streaming of massive geographic datasets. By employing tiled data delivery and hierarchical level-of-detail optimization, it maintains performance while navigating large-scale environments. It also includes a time-dynamic state management system, which synchroniz

    Enables dynamic scene animation by controlling simulation time and visual state changes for geographic data.

    JavaScript
    Ver en GitHub↗15,412
  • lgvalle/material-animationsAvatar de lgvalle

    lgvalle/Material-Animations

    13,567Ver en GitHub↗

    Material-Animations is a Java-based library for coordinating activity transitions, property animations, and reveal effects within Android mobile user interfaces. It provides a framework for automating visual updates whenever view properties or layout configurations are modified. The project implements high-level patterns for shared element transitions, linking independent views across different sections to simulate a single moving element. It also includes circular reveal masking to unveil content from a specific focal point and coordinate-based view mapping to execute translation and scaling

    Moves layouts between different static states by calculating position changes for all visible views.

    Java
    Ver en GitHub↗13,567
  • 3b1b/videosAvatar de 3b1b

    3b1b/videos

    10,314Ver en GitHub↗

    This project is a programmatic animation engine designed to create mathematical visualizations through executable scripts. It functions as a mathematical visualization tool that renders parametric curves, equations, and coordinate systems to translate abstract concepts into high-resolution video. The system features an interactive scene renderer that allows for the execution of code snippets and real-time manipulation of scene states before final rendering. It includes an automated animation workflow that manages rendering checkpoints, scene playback, and video sequencing directly from a text

    Provides a Python API for the programmatic definition of mathematical scenes and geometric animations.

    Python
    Ver en GitHub↗10,314
  1. Home
  2. Graphics & Multimedia
  3. Visualization and Mapping
  4. Visualization Frameworks
  5. Scene Animation Scripts

Explorar subetiquetas

  • UI Scene AnimationsProgrammatic animation of entire user interface layouts transitioning between static states. **Distinct from Scene Animation Scripts:** Focuses on mobile UI layout transitions rather than mathematical or geometric object animations.