11P by hardboil 2023-02-16 | favorite | 댓글 1개

소개 영상

https://www.youtube.com/watch?v=H5GETOP7ivs

번역 by DeepL

모션 캔버스는 두 가지 주요 구성 요소로 이루어져 있습니다:

- 제너레이터를 사용하여 애니메이션을 프로그래밍하는 타입스크립트 라이브러리.  
- 해당 애니메이션의 실시간 미리보기를 제공하는 편집기.  

모션 캔버스는 유익한 벡터 애니메이션을 제작하고 이를 보이스오버와 동기화하도록 설계된 전문 도구입니다. 기존 동영상 편집 소프트웨어를 대체하기 위한 것이 아닙니다.

미리보기를 제공하는 것 외에도 편집기를 사용하면 지루할 수 있는 애니메이션의 특정 측면을 편집할 수 있습니다. 이 기능에 대한 자세한 내용은 시간 이벤트 섹션에서 확인할 수 있습니다.

모션 캔버스는 무료 오픈 소스 프로젝트입니다. 버그를 보고하거나 새로운 기능을 제안하거나 코드베이스에 기여함으로써 더 나은 모션 캔버스를 만드는 데 도움을 줄 수 있습니다. 관심이 있으시다면 기여 가이드를 통해 시작하실 수 있습니다.

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.

얼마전에 오픈소스화 되었다는 유튜브 영상을 본 적이 있습니다. 모션그래픽 시퀸싱을 코드를 통해 컴포넌트단위로 관리할 수 있어서 개발자에게 굉장히 친숙하게 느껴지더라구요. 추천합니다!