jkjkil4 / JAnim

A library for creating smooth animations

Home Page:https://janim.rtfd.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

MIT License

Introduction

JAnim is a library for simple animation effects.

Inspired by manim.

Installation

JAnim runs on Python 3.12+ and OpenGL 4.3+.

You may install JAnim directly via

pip install janim

to install the latest version distributed on pypi. Or, to catch up with the latest development and edit the source code, you may clone this repository via

git clone https://github.com/jkjkil4/JAnim.git
cd JAnim
pip install -e .

Additionally, there are other software dependencies to be installed:

  • To generate video files, install ffmpeg.
  • To use Typst, install typst.

Using JAnim

You can run

janim examples

to see examples.

License

MIT license

About

A library for creating smooth animations

https://janim.rtfd.io

License:MIT License


Languages

Language:Python 98.4%Language:GLSL 1.6%Language:Typst 0.0%