An open-source desktop motion graphics & video editing tool inspired by Alight Motion — made for AMV editors, mobile creators, and low-spec warriors.
- Alight Motion is Android-only and closed-source.
- After Effects is heavy AF and paywalled.
- Creators like us need a lightweight, offline, free desktop tool with AM-style FX. 🔥
So we said: “fuck it, let’s build our own.”
- Keyframe timeline (position, scale, rotation, blur)
- Layer system (video, audio, text, vectors)
- Effects: Motion blur, Edge Glow, Z-depth transitions
- Real-time preview (GPU accelerated)
- Export to MP4 (via ffmpeg or render queue)
- Import from Alight Motion
.xml(future goal)
- Press
.on your keyboard when viewing this repo on GitHub — it opens the full code editor in your browser (via GitHub.dev). - Or clone locally:
git clone https://github.com/GaneshVB003/Alight-Motion-Pc.git cd Alight-Motion-Pc npm install npm run dev
| Layer | Tech |
|---|---|
| UI | Electron + React (or Svelte/QT - TBD) |
| Animation Engine | Custom or Lottie |
| Video Processing | ffmpeg |
| Graphics | WebGL / OpenGL / Skia |
| Audio Sync | Wavesurfer.js |
git clone https://github.com/ganeshvb003/Alight-Motion-PC
cd Alight-Motion-PC
npm install
npm start