Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 706 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 706 Bytes

Hexgrid Anim

Playing with hexagonal grids with Manim.

Infinite nested hexgrids

Installation

See Manim to install Manim.

Usage

To generate an animation:

manim -pql ./hexgrid-anim/animation.py CreateInfiniteNestedHexGrid # Low resolution
manim -p ./hexgrid-anim/animation.py CreateInfiniteNestedHexGrid # High resolution

Credits