Skip to content

NGsHjodra/motion_canvas_projects

Repository files navigation

Motion Canvas Animation

The repository for the source code of the Motion Canvas Animation featured on NGs YouTube channel.

Getting Started

Prerequisites

  • Node.js - JavaScript runtime built on Chrome's V8 JavaScript engine.
  • npm - Package manager for JavaScript.

Installing

  1. Clone the repository.
git clone https://github.com/NGsHjodra/motion_canvas_projects.git
  1. Navigate to the project folder:
cd motion_canvas_projects
  1. Install dependencies:
npm install
  1. Start the development server:
npm run serve
  1. Open the project in your browser at http://localhost:9000/

Changing projects displayed

  1. Find the project you want to display in the src/projects folder.

  2. Open the vite.config.js file.

  3. Add the name of the project you want to display to the projects array.

'./src/projects/that_project.ts',
  1. Save the file.

Updating motion-canvas

npm update --save @motion-canvas/2d @motion-canvas/core @motion-canvas/ui @motion-canvas/vite-plugin

Releases

No releases published

Packages

No packages published