Skip to content
/ kage Public

Kage Studio is a vector-based 2D Animation cross-platform Software that can export animation to HTML5, PNG sequence, Spritesheet, and AVI video (via FFmpeg) as well as static images to PNG and SVG.

Notifications You must be signed in to change notification settings

creek23/kage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

kage

https://kage.sourceforge.io/ screenshot

Kage Studio is a cross-platform 2D Vector Animation Software for Windows, Mac, and Ubuntu GNU/Linux written with GTKmm 3.0 that can export to HTML5 (canvas) or AVI video format (via FFmpeg) and KonsolScript.

Goal is to have a full-fledged, free and open source 2D animation software that is light weight, intuitive, and easy-to-use. Think of MS Paint to Photoshop (or GIMP); or Notepad to Visual Studio (or Android Studio).

Interested individuals may join this project. Join the forums and get involved!

Kage Studio is written by Mj Mendoza IV <mj.mendoza.iv at gmail dot com>

Installer:

Current version is v0.7.221227

All installers and precompiled binaries are located in Kage Studio's SourceForge page.

To compile source code, change directory inside /kage/studio{here}

  • Windows -- choose among Installer or ZIP file Kage Studio on Windows

    • Installer -- you can choose to install kagestudio along with FFMPEG and Gtkmm-3.0 runtime

    • ZIP -- simply extract and run kagestudio.exe

  • GNU/Linux -- choose among DEB file or SRC file Kage Studio on Linux

    • DEB -- install DEB file and will ask you to install FFMPEG and Gtkmm-3.0 runtime:
sudo apt install -f ./kagestudio_0.6-220622_amd64.deb
* **SRC** -- compile source code using:
sudo apt install make libgtkmm-3.0-dev build-essential
make -f Makefile.gnu resource
make -f Makefile.gnu
  • Mac -- choose among ZIP file or SRC file Kage Studio on Mac
    • ZIP -- requires that you have homebrew installed along with FFMPEG and Gtkmm-3.0 runtime

    • SRC -- compile source code using:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install gcc gtkmm3 pkg-config make ffmpeg
make -f Makefile.mac resource
make -f Makefile.mac

Demo:

Open file "demo.ksf" or, check out these links:

  • Powerpuff Girls
  • Kimi No Nawa
  • Le Monkey Monster the Animation
  • Combatron on Kage Studio
  • Revising Combatron's face

Tutorials:

Visit https://sourceforge.net/p/kage/wiki/Tutorials/

For Kage Studio help, contact author (email address indicated above).

License:

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Or, see https://www.gnu.org/licenses/.

About

Kage Studio is a vector-based 2D Animation cross-platform Software that can export animation to HTML5, PNG sequence, Spritesheet, and AVI video (via FFmpeg) as well as static images to PNG and SVG.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages