A visual editor and SVG creator for the WCM Globe Animation. This tool allows you to customize and export the globe logo in various styles.
- Real-time Preview: See changes instantly as you adjust parameters
- Visual Controls: User-friendly sliders and color pickers
- Presets: Quick-apply pre-configured styles (WCM Default, Monochrome, Gold Accent, Neon Cyber)
- SVG Export: Export the current frame as a high-quality SVG file
- Animation Export: Export multiple frames as SVG files for creating animations
- Full Customization:
- Scale and stroke width
- Corner radius (sharp to rounded)
- Animation speed
- Global rotation settings
- Individual ring colors
- Ring offset and spin values
- Background color
npm install # First time only
npm run devThen open http://localhost:5173 in your browser.
- Use the left panel to adjust globe parameters
- Click on section headers to expand/collapse them
- Changes are applied in real-time to the canvas
- Position the globe as desired (you can pause the animation)
- Click "Export Current Frame" at the bottom of the left panel
- The SVG file will download automatically
- Expand the "Export Animation" section
- Set the desired frame count (default: 60)
- Click "Export Frames"
- Select a destination folder
- Wait for all frames to export
- Expand the "Presets" section
- Click on any preset to apply it instantly
- Further customize from there if needed
- Play/Pause: Toggle animation playback
- Reset: Reset the globe rotation
- Scroll: Zoom in/out
- Drag: Rotate the view
- None currently implemented
- Built with React + TypeScript + Vite
- 3D rendering with Three.js via React Three Fiber
- SVG export preserves vector quality at any resolution