You are browsing as a guest. Sign up (or log in) to start making projects!

Amcoo

@Amcoo

Joined June 17th, 2026

  • 3Devlogs
  • 2Projects
  • 1Ships
  • 0Votes
Ship

What did you make? I built Pitwall Pro, an advanced, real-time Formula 1 telemetry and race strategy visualization dashboard. It’s designed to bring the complex, data-heavy environment of an F1 pitwall directly to your browser. It features a fully interactive 3D track visualization, live telemetry parsing (speed, gear, RPM, delta), head-to-head driver comparisons, and dynamic tire strategy simulators.

What was challenging? Handling heavy streams of telemetry data while keeping the UI buttery smooth was a massive challenge. When rendering the 3D scene concurrently with dozens of live-updating Recharts components, the DOM initially struggled. I had to heavily optimize the application using requestAnimationFrame for a custom 60fps playback loop, aggressively memoize React components to prevent wasteful re-renders, and lazy-load the Three.js canvas. Syncing the 3D car positions perfectly with the 2D telemetry timeline took hours of complex math and state management.

What are you proud of? I am incredibly proud of the UI/UX architecture. Achieving that "glassmorphism" dark-mode aesthetic while maintaining readability for dense datasets isn't easy. The integration of keyboard shortcuts (Space to play, arrows to scrub, 1-4 for speed) makes the app feel like a native professional tool, not just a standard web page. Watching the 3D scene react instantly to the scrubbed telemetry timeline still feels magical every time I do it.

What should people know so they can test your project? Hit Space to start the live telemetry playback! Use your keyboard to navigate like an engineer: 1-4 changes playback speed, L toggles lap times, and the Arrow keys let you scrub through the race data. Make sure to zoom into the telemetry charts to see the exact braking points, and click on the "Advanced Panels" to experiment with different tire strategy simulations. It’s fully responsive, but best experienced on a desktop monitor!

  • 3 devlogs
  • 2h
Try project → See source code →
Open comments for this post

55m 43s logged

Dev Log: Pitwall Pro - Final Release## Final Project Polish & Publication Readiness- 3D Scene Integration

: Successfully integrated the heavy F13DScene using React’s lazy and Suspense for optimized initial load times. Added a sleek SceneLoader fallback.- Playback & Performance Optimization: Refined the requestAnimationFrame based playback loop to ensure a buttery smooth 60fps experience when scrubbing through telemetry data. Memoized derived data to prevent unnecessary re-renders in the extensive component tree.- Comprehensive Feature Set Complete: All advanced panels are now fully functional, including the Tire Strategy Visualizer, Driver Head-to-Head, Race Timeline, and Session Comparison.- Keyboard Navigation Enhancements: Hardened the keyboard shortcut system to prevent interference with input fields while maintaining quick access to core functions like play/pause, seek, playback speed, and UI toggles.- UI/UX Refinements: Finalized the glass-panel aesthetics, responsive grid layouts, and the “live telemetry” indicator bar.- Data Generation: Finalized the Python scripts for generating realistic mock telemetry for robust demonstrations.The project is now structurally sound, visually impressive, and ready for public release on GitHub.

0
0
9
Open comments for this post

51m 11s logged

🚀 Major Update — PitWall Pro just got a massive upgrade!

A lot has changed since the last update. Over the past few days, PitWall Pro has evolved from a simple telemetry concept into a much more complete Formula 1 analysis experience.
The dashboard has received a complete visual overhaul, bringing a cleaner, more modern, and more immersive interface inspired by real Formula 1 engineering systems.
🏎️ New improvements:

✨ Completely redesigned UI with a more professional racing aesthetic

📊 Improved telemetry visualization and data presentation

🗺️ Enhanced track map experience

⚡ Smoother interactions and better overall performance

🎯 More detailed race analysis capabilities

📱 Improved layout and responsiveness across different screen sizes

🔥 Added many new components and visual improvements throughout the application

The goal of PitWall Pro has always been to bring the feeling of a real F1 pit wall into an interactive dashboard — turning complex racing data into insights that are easy to understand and analyze.
This update is a huge step forward, but there is still a lot more coming. 🏁
More telemetry, more strategy tools, and more racing intelligence are on the way.
Welcome to the new era of PitWall Pro. 🚥

0
0
18
Open comments for this post

16m 46s logged

PitWall Pro is an interactive, data-driven F1 telemetry and strategy dashboard designed to replicate the analytical power of a real Formula 1 pit wall. Built for racing enthusiasts and data analysts alike, the application transforms complex, high-frequency time-series racing data into clean, actionable visual insights.

0
0
85

Followers

Loading…