Make pixel & ASCII animation/art directly in your command line
What is CAnimator
- It allows you to make an animation in pixel/ASCII style.
- It supports mouse operation.
- A single C++ file.
Features
- Line tool, rectangle tool, fill tool, smart background coloring, text tool and more.
- Export and import animations.
Get Started
- Download the .cpp file
- Note: You must have a gcc compiler
- Open cmd and type 'g++ -o CAnimator2D canimator2d.cpp&CAnimator2D.exe
