Motion Canvas - Nodeベース
(motion-canvas.github.io)紹介動画
https://www.youtube.com/watch?v=H5GETOP7ivs
DeepLによる翻訳
Motion Canvasは、2つの主要コンポーネントで構成されています:
- ジェネレーターを使ってアニメーションをプログラミングするTypeScriptライブラリ。
- そのアニメーションのリアルタイムプレビューを提供するエディタ。
Motion Canvasは、有益なベクターアニメーションを作成し、それをボイスオーバーと同期させるために設計された専用ツールです。従来の動画編集ソフトウェアの代替を目的としたものではありません。
プレビューを提供するだけでなく、エディタを使うことで、そうでなければ煩雑になりがちなアニメーションの特定の側面を編集できます。この機能の詳細については、time eventsセクションを参照してください。
Motion Canvasは無料のオープンソースプロジェクトです。バグの報告、新機能の提案、コードベースへの貢献を通じて、より良いMotion Canvasづくりに協力できます。興味があれば、コントリビューションガイドから始められます。
Translated with www.DeepL.com/Translator (free version)
原文
--
Motion Canvas consists of two main components:
- A TypeScript library that uses generators to program animations.
- An editor providing a real-time preview of said animations.
It's a specialized tool designed to create informative vector animations and synchronize them with voice-overs. It's not meant to be a replacement for traditional video editing software.
Aside from providing the preview, the editor allows you to edit certain aspects of the animation which could otherwise be tedious. You can learn more about this functionality in the time events section.
Motion Canvas is a free and open source project. You can help making it better by reporting bugs, proposing new features, or contributing to the codebase. If you're interested, our contribution guide will help you get started.
1件のコメント
少し前にオープンソース化されたというYouTube動画を見たことがあります。モーショングラフィックスのシーケンシングをコードでコンポーネント単位に管理できるので、開発者にとてもなじみやすく感じました。おすすめです!