Skip to content

seanwevans/WaveSim

Repository files navigation

WaveSim

Glowing Quantum Waves in Blue Dreamscape

Project Overview

WaveSim is an interactive wave simulation built with React, Vite and Tailwind CSS. It allows users to experiment with parameters such as damping, amplitude, speed and obstacles to observe different wave behaviors in real time.

Installation

Install the dependencies using npm:

npm install

Development

Start the development server with hot reloading:

npm run dev

Run the linter to check source files using ESLint:

npm run lint

Build and Deployment

Generate a production build:

npm run build

The project is configured to deploy to GitHub Pages. Run the deploy script to build and publish the dist folder:

npm run deploy

Live Demo

Try the simulation in your browser: https://seanwevans.github.io/WaveSim/

About

A simple wave simulation in React

Topics

Resources

License

Stars

Watchers

Forks