albbus-stack / platooning-simulation

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

Home Page:https://platooning-simulation.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://platooning-simulation.vercel.app/

License:MIT License


Languages

Language:TypeScript 95.2%Language:Python 3.3%Language:JavaScript 0.9%Language:CSS 0.6%