Skip to content

Simulation web app aimed at visualizing and providing graphs for a platooning system with interactive conditions.

License

Notifications You must be signed in to change notification settings

albbus-stack/platooning-simulation

Repository files navigation

Platooning Simulation

TypeScript Next.js p5.js Chart.js

Introduction

This is a simulation web app aimed at visualizing and providing graphs for a platooning system with interactive conditions.

You can try this directly on the live website.

This has been developed using Next.js for server side rendering, p5.js for the simulation canvas itself, Chart.js for graph rendering and Paraglide-js for internationalization.

How to run

  1. Run pnpm install to install the necessary dependencies.
  2. Run pnpm dev to start the development server & build the Paraglide.js language files.

Deploying

You can deploy this project as any Next.js project, using Netlify, AWS Amplify or Vercel. All the necessary configuration is already handled for you. In our live deployment we currently use the Github integration provided by Vercel, rebuilding the site for every new commit on the main branch.