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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

64738a5 · Apr 8, 2024
Mar 27, 2024
Apr 8, 2024
Mar 26, 2024
Feb 14, 2024
Feb 22, 2024
Apr 8, 2024
Jun 15, 2023
Mar 23, 2024
Apr 4, 2023
Dec 13, 2022
Apr 4, 2024
Dec 9, 2023
Mar 23, 2024
Nov 17, 2023
Mar 23, 2024
Mar 27, 2024
Feb 27, 2023
Dec 14, 2022
Nov 17, 2023
Dec 14, 2022
Dec 13, 2022

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.