-
Notifications
You must be signed in to change notification settings - Fork 0
Home EN
Viktor Starodubtsev edited this page May 30, 2026
·
1 revision
APOLLO STUDIO VIDEO ENGINE
Apollo is a free, open-source, cross-platform video editor built with pure React + TypeScript. The core engine uses a hybrid architecture (useRef + requestAnimationFrame), enabling seamless 60 FPS video editing right in the browser without heavy state managers or UI lags.
Project Mission: To provide a lightweight, high-performance tool for fast content creation that runs instantly in a browser, free from the bloated legacy code of traditional desktop software.
Setting up the local development environment takes less than a minute. Make sure you have Node.js (v18+) installed.
# 1. Clone the repository
git clone [https://github.com/твой-юзернейм/apollo.git](https://github.com/твой-юзернейм/apollo.git)
# 2. Navigate to the project directory
cd apollo
# 3. Install dependencies
npm install
# 4. Start the development server
npm run dev