Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
🚧 预发布版本文档 — 可能与稳定版存在一定差异,你可以通过角落的悬浮菜单切换到稳定版本。

🚧 Pre-release documentation — This may differ from the stable version. You can switch to the stable version via the corner flyout menu.
JAnim 5.0.0-alpha5 documentation
JAnim 5.0.0-alpha5 documentation

Installation and Quick Start

  • Installation
  • Getting Started

Basic Tutorials - Understanding Basic Concepts

  • Coordinate System
  • Bounding Box
  • Animation System
  • Item Groups
  • Configuration System
  • Updater Usage

GUI Tutorials - Using the JAnim GUI

  • GUI Usage
  • GUI Commands

Resource Tutorials - Using External Assets

  • Inserting External Assets
  • Audio and Subtitles

Advanced Tutorials - Mastering More Practical Mechanisms

  • Typst Usage
  • ValueTracker and Custom Data
  • Sub-Timeline Mechanism
  • Using the Camera
  • 3D Scene
  • 3D Items

Other Tutorials

  • Reshape Geometry
  • Advanced Usage of Groups
  • Depth Details
  • The Essence of points (TODO)

Other

  • Guide for Manim Users
  • FAQ

Example Index

  • API Demonstration
  • Simple Demonstration
  • Educational Videos
  • Tutorial Videos
  • Rhythm Game Chart
  • Video Overlay Demonstration

References

  • janim
    • anims
      • composition
      • creation
      • fading
      • growing
      • indication
      • method_updater_meta
      • movement
      • rotation
      • transform
      • updater
    • anims_core
      • anim_stack
      • animation
      • display
      • stackable
      • time
    • camera
      • camera
      • camera_info
    • components
      • component
      • data
      • depth
      • glow
      • image
      • mark
      • points
      • radius
      • rgba
      • rgbas
      • simple
      • vpoints
    • gui
      • draw
        • base
        • dot
        • filter
        • rect
        • vitem
      • functions
        • selector
      • handlers
        • camera
        • draw
        • move
        • select
        • unknown
        • utils
      • output
        • capture_dialog
        • export_dialog
      • popup
        • color_widget
        • draw_panel
        • font_table
        • profiler_widget
        • richtext_editor
      • utils
        • audio_player
        • fixed_ratio_widget
        • precise_timer
        • text_edit
      • anim_viewer
      • application
      • glwidget
      • label
      • timeline_view
    • items
      • coordinate
        • coordinate_systems
        • functions
        • number_line
      • effect
        • clip
        • effects
        • frame_effect
        • mask
      • geometry
        • arc
        • arrow
        • line
        • polygon
      • svg
        • brace
        • svg_item
      • three_d
        • shapes
        • types
      • typst
        • compile
        • element
        • typst
        • typst_types
        • vars
      • audio
      • boolean_ops
      • group
      • image_item
      • item
      • points
      • relation
      • shape_matchers
      • text
      • value_tracker
      • vitem
    • render
      • renderer
        • r_arrow
        • r_checkerboard_surface
        • r_dotcloud
        • r_frameeffect
        • r_imageitem
        • r_shapemask
        • r_smooth_surface
        • r_video
        • r_vitem
        • r_vitem_curve
        • r_vitem_plane
      • base
      • collection
      • encoder
      • framebuffer
      • profiler
      • program
      • shader
      • texture
      • uniform
      • writer
    • timeline
      • audios
      • core
      • misc
      • pause_points
      • subtitles
      • templates
      • timeline
    • utils
      • font
        • database
        • exception
        • variant
      • bezier
      • cmpt_lazy
      • config
      • data
      • deprecation
      • dict_ops
      • file_ops
      • font_manager
      • iterables
      • paths
      • rate_functions
      • reload
      • simple_functions
      • space_ops
    • constants
    • exception
    • imports
    • typing

Development

  • About
  • Contributing
  • Unit Testing and Coverage
  • Benchmarking
Back to top
View this page

r_vitem¶

class janim.render.renderer.r_vitem.VItemRenderer¶

Bases: Renderer

plane_renderer_cls¶

alias of VItemPlaneRenderer

curve_renderer_cls¶

alias of VItemCurveRenderer

render(item: VItem) → None¶
Next
r_vitem_curve
Previous
r_video
Copyright © 2023, jkjkil4
Made with Sphinx and @pradyunsg's Furo
On this page
  • r_vitem
    • VItemRenderer
      • VItemRenderer.plane_renderer_cls
      • VItemRenderer.curve_renderer_cls
      • VItemRenderer.render()