Skip to content

c3mzz/Electric-Field-Simulation

Repository files navigation

Electric Field Simulation

This is a real-time simulation of two electric charges and their electric fields. It calculates electrostatic fields and relativistic Liénard-Wiechert fields.

How to Setup

Running with Docker (Recommended)

  1. Build and start the container:
    docker compose up -d
  2. Open your browser and go to:
    http://localhost:8080
    

Running Locally (Without Docker)

  1. Install dependencies:
    npm install
  2. Start the development server:
    npm run dev
  3. Open your browser and go to the link shown in your terminal (usually http://localhost:5173 or http://localhost:3000).

About

This is a real-time simulation of two electric charges and their electric fields. It calculates electrostatic fields and relativistic Liénard-Wiechert fields.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors