A professional digital signage video generation system for GPUL (Grupo de Programadores e Usuarios de Linux) events at Universidade da Coruña, Facultade de Informática.
This Motion Canvas project creates animated videos for displaying event announcements on digital screens throughout the university. The videos showcase GPUL meetups, talks, and events in an engaging, professional format that catches students' attention.
- Motion Canvas - Animation framework
- TypeScript - Type-safe development
- Vite - Fast build system
- SVG logos - Scalable university branding
src/
├── scenes/ # Animation scenes
│ ├── intro.tsx # Scene 1: GPUL intro
│ ├── event.tsx # Scene 2: Event details
│ └── outro.tsx # Scene 3: Social outro
├── images/ # University logos
│ ├── gpul.svg # GPUL logo
│ ├── udc.svg # UDC logo
│ └── fic.svg # FIC logo
└── project.ts # Main project config
- Node.js 16+
- pnpm (recommended) or npm
# Install dependencies
pnpm install
# Start development server
pnpm start
- Fork the repository
- Create your feature branch
- Update event details for your specific meetup
- Test the animation locally
- Submit a pull request
- GPUL Website: https://gpul.org
- Social Media: @gpul_
Made with ❤️ by GPUL for the community