https://github.com/albbus-stack/platooning-simulation
Simulation web app aimed at visualizing and providing graphs for a platooning system with interactive conditions.
https://github.com/albbus-stack/platooning-simulation
automatic-control chartjs inlang nextjs p5js paraglide-js platoon platooning react typescript
Last synced: 9 months ago
JSON representation
Simulation web app aimed at visualizing and providing graphs for a platooning system with interactive conditions.
- Host: GitHub
- URL: https://github.com/albbus-stack/platooning-simulation
- Owner: albbus-stack
- License: mit
- Created: 2022-12-15T10:43:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T17:42:31.000Z (over 1 year ago)
- Last Synced: 2025-04-03T12:13:40.384Z (9 months ago)
- Topics: automatic-control, chartjs, inlang, nextjs, p5js, paraglide-js, platoon, platooning, react, typescript
- Language: TypeScript
- Homepage: https://platooning-simulation.vercel.app/
- Size: 108 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Platooning Simulation
[](https://www.typescriptlang.org/)
[](https://nextjs.org/)
[](https://p5js.org/)
[](https://www.chartjs.org/)
## Introduction
This is a simulation web app aimed at visualizing and providing graphs for a [platooning system](https://en.wikipedia.org/wiki/Platoon_(automobile)) with interactive conditions.
You can try this directly on the [live website](https://platooning-simulation.vercel.app).
This has been developed using [Next.js](https://nextjs.org/) for server side rendering, [p5.js](https://p5js.org/) for the simulation canvas itself, [Chart.js](https://www.chartjs.org/) for graph rendering and [Paraglide-js](https://inlang.com/m/gerre34r/library-inlang-paraglideJs) for internationalization.
## How to run
1. Run `pnpm install` to install the necessary dependencies.
1. 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](https://www.netlify.com/), [AWS Amplify](https://aws.amazon.com/amplify/) or [Vercel](https://vercel.com/). 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.