Giter Club home page Giter Club logo

moplusplus's Introduction

Mo++

This prototype application demonstrates two major experimental functions:

  1. Python/C++ based SVG manipulation and editing within a GUI
  2. Frame-by-frame based SVG animation with keyframe support

Mo++ Editor

The goal is to build a feature-rich and open-source SVG editor that makes creating motion graphics easy and intuitive, leveraging the power and speed of C++ and the flexibility of the Qt UI framework.

See install instructions and documentation to get started.

SVG manipulation within a GUI

Traditionally, SVG manipulation has been restricted to either very bulky libraries (e.g. Skia), or to the web (e.g. HTML/CSS). Mo++ aims to take an alternative approach to SVG manipulation, whereby a lightweight custom-made library can be used to manipulate vector graphics - importantly, an approach that is platform and framework-independent.

The goals of Mo++ are as follows:

  • Create a simple XML parser to implement the SVG spec
  • Re-implementing SVG editing and DOM with C++ and Python
  • Continuous rasterization of SVGs
  • Development of a Python and Qt-based user interface for editing SVGs

Frame-by-frame SVG animation

SVG animation tools typically rely on either the <animate> tag or embedded CSS/JS to perform SVG animations. Instead, Mo++ aims to create a sequence of individual SVG images, each of which is rendered and modified independently.

Why C++ and Python?

C++ is awesome and fast, but suffers from memory leaks, compiling errors, broken dependencies, and is very tedious to debug. Thus, we decided to write the Qt UI using Python, while keeping the engine and associated libraries in C++.

What's in the name?

Mo++ stands for "Motion Graphics in Python and C++". Oh yeah, the most descriptive name ever...

License

Mo++ is, and always will be, free and open-source software. It is licensed under the GPL v2 license, designed to protect users' freedom to run Mo++ however they wish.

moplusplus's People

Contributors

songtech-0912 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

merlinofcode

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.