This is a real-time simulation of two electric charges and their electric fields. It calculates electrostatic fields and relativistic Liénard-Wiechert fields.
- Build and start the container:
docker compose up -d
- Open your browser and go to:
http://localhost:8080
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and go to the link shown in your terminal (usually
http://localhost:5173orhttp://localhost:3000).