Welcome to RaceTrack Visualizer!
A web app to watch somes races tracks around the world’s in 3D (fake 3d btw).
Built with Vite, AnimeJS, and a Node.js backend.
- Choose your series: Formula 1, MotoGP, WEC and more!
- Interactive 3D tracks: See the circuit rotate in a orbital view.
- Animated laps: Watch a glowing arrow and line trace the racing line.
- Speed controls: Play, pause, reset, and adjust animation speed.
- Select a category (F1, MotoGP, WEC) from the top.
- Pick a track from the dropdown.
- Watch the animation!
Use the controls to pause, reset, or change speed.
- ➕ More tracks from all over the world
- 🏍️ New categories (Nascar LOL, WRC etc.)
- 🎨 Modernized UI with more animation
- 🟩 Sectors displayed on the track
- 🏎️ Turn names and overlays
- 📱 Better mobile experience
- 🏆 Lap records and stats
Have an idea? Open an issue or pull request!
git clone https://github.com/TheHyrox/RaceTrack.git
cd RaceTrack
npm install
npm run devThen open http://localhost:10000 in your browser.
