LaptopSeismo
LaptopSeismo turns your laptop’s accelerometer into a live digital seismograph. Watch every tap, shake, or subtle vibration appear as a moving waveform in real time — all built with .NET 9 and WPF.
Install / Use
/learn @MatthewTheDev166/LaptopSeismoREADME
LaptopSeismo
LaptopSeismo turns your laptop’s accelerometer into a real-time digital seismograph.
Every tap, shake, or subtle vibration is visualized as a smooth, glowing waveform — live on your screen.
Built with .NET 9 and WPF, it visualizes real accelerometer data directly from your hardware sensors.
Preview

The waveform reacts instantly to any movement — even light desk vibrations.
Features
- Live vibration waveform from your laptop’s accelerometer
- Adjustable sensitivity slider for fine-tuned response
- Dark, modern UI inspired by real seismographs
- Optional axis lines for clean reference visuals
- Uses the Windows Sensor API (
Windows.Devices.Sensors)
How It Works
LaptopSeismo reads live acceleration values from your laptop’s internal motion sensor:
using Windows.Devices.Sensors;
var accel = Accelerometer.GetDefault();
disclaimer
This app is made with the help of Ai (codex)
