SkillAgentSearch skills...

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/LaptopSeismo
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

GitHub all releases

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

LaptopSeismo Demo

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)

⭐ Star History

Star History Chart

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated5mo ago
Forks1

Languages

C#

Security Score

87/100

Audited on Nov 5, 2025

No findings