Skip to main content

Chanim

This is an extension to Manim library (initially created by 3Blue1Brown), for making videos regarding chemistry.

A Hindi version of this README is available here.

Installation (pip)

pip install chanim

Installation (Source)

  1. Install the external dependencies for manim as described here according to your OS.
  2. Clone the contents of this repository.
  3. Open a terminal in the cloned directory and run pip install -e ., or if you prefer to use poetry instead, poetry install. This'll install manim for you as well if you don't already have it installed. (you'll still need to setup the external dependencies though)

That's about it. You can now do from chanim import <*|object_name> like any regular Python package.

Usage

Here's a little example of it working.

from chanim import *

class ChanimScene(Scene):
    def construct(self):
        ## ChemWithName creates a chemical diagram with a name label
        chem = ChemWithName("*6((=O)-N(-CH_3)-*5(-N=-N(-CH_3)-=)--(=O)-N(-H_3C)-)", "Caffeine")

        self.play(chem.creation_anim())
        self.wait()

Type this into a python (.py) file. I'll assume you named it chem.py

In your command prompt/terminal write this (assuming you're in your project directory):

manim -p -qm chem.py ChanimScene

This'll render your Scene and preview it in your default player (in medium quality).

https://user-images.githubusercontent.com/65204531/124297601-dcafcf80-db78-11eb-936b-cdc913c91f25.mp4

Congrats! You've written and played your first animation with chanim (or "chanimation" should I say)

Explore the code and docs (coming soon!) for more on how to use chanim.

Abilities

Currently chanim only supports drawing compounds and reactions along with a few chemfig commands (such as coordinate bonds and complexes etc.) but more is to come! If you have a suggestion, file an issue with a proper tag.

A Quick Note

There may be some faulty code and a lot of this may not be well made/documented. Feel free to file an issue if something doesn't work properly.

Release files for chanim 1.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for chanim 1.3
File Size Uploaded
chanim-1.3.tar.gz 10.9 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for chanim 1.3
File Interpreter ABI Platform
chanim-1.3-py3-none-any.whl Python 3 none any Details

Total release size: 23.0 kB

Release files / chanim-1.3.tar.gz

Download URL chanim-1.3.tar.gz
Size 10.9 kB
Tags Source
SHA-256 checksum
How to use checksums
9bebfe903dd4206bdaa79f0e576c7889d5003c0e8a0e34e62e73ade49d5d851d
BLAKE2b-256 checksum
How to use checksums
abd6b88cf0e57313006524117039a8118967dc5bcbcf03ce134bce9c37e659bb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via poetry/1.1.12 CPython/3.9.5 Windows/10

Release files / chanim-1.3-py3-none-any.whl

Download URL chanim-1.3-py3-none-any.whl
Size 12.1 kB
Tags Python 3
SHA-256 checksum
How to use checksums
574a0b51d494d257101a51512b0216309bf5e3c5cfa65dd02c3095b4585a615a
BLAKE2b-256 checksum
How to use checksums
e1e029949c7ca3a47c0a2d58fe8952cb60129aec6f75f2efdd7d58e4d27d28dd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via poetry/1.1.12 CPython/3.9.5 Windows/10

Release history Release notifications | RSS feed

This release

1.3 This release

2 release files

1.0.2

2 release files

1.0.1

2 release files

1.0.0

2 release files

0.0.2

2 release files

0.0.1

2 release files

0.0.0

3 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page