git404hub

what is motionstabilizer fr?

shsr07/motionstabilizer — explained in plain English

Analysis updated 2026-05-18

58C#Audience · generalComplexity · 2/5LicenseSetup · easy

tl;dr

Motion Stabilizer is a Windows overlay app that draws edge frames, a crosshair, or a floating clock over 3D games to help reduce motion sickness, without touching the game's files or memory.

vibe map

mindmap
  root((Motion Stabilizer))
    What it does
      Edge overlay
      Center crosshair
      Floating clock
    Tech stack
      .NET 8
      WPF
      Win32 API
    Use cases
      Reduce game motion sickness
      Fixed visual anchor
      Anti-cheat safe overlay
    Audience
      PC gamers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Turn on the edge overlay or crosshair while playing a 3D game to reduce motion sickness symptoms.

VIBE 2

Add a draggable floating clock over a game without alt-tabbing out to check the time.

VIBE 3

Use global hotkeys to toggle overlay elements on and off mid-game.

VIBE 4

Build from source with the .NET 8 SDK to customize the overlay for your own setup.

what's the stack?

.NETWPFC#Win32 API

how it stacks up fr

shsr07/motionstabilizertheaceofficials/betterposter-for-jellyfinmnihek/star-fox-pc-port
Stars585857
LanguageC#C#C#
Setup difficultyeasyeasyeasy
Complexity2/52/51/5
Audiencegeneralgeneralgeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Prebuilt Windows release bundles the .NET runtime, building from source needs the .NET 8.0 SDK.

MIT license: use, modify, and distribute freely, including for commercial purposes, as long as you keep the copyright notice.

in plain english

Motion Stabilizer is a Windows desktop app that draws a visual overlay on top of 3D games to help reduce motion sickness. The idea is that giving your eyes a fixed reference point while the game world moves around you can make the effects of motion sickness less severe. It offers a few different overlay elements you can turn on: an edge overlay that draws a reference frame around the screen border in a box, dome, or flag shape, a center crosshair that gives your eyes a fixed focal point, and a draggable floating clock with several time formats and outlined text. All of these can be toggled on the fly using global hotkeys like F1 through F11, so you can adjust things without leaving your game. The app is described as safe and zero-intrusion. It works purely as an external desktop overlay window, does not inject any code into the game process, does not read game memory, and does not modify game files, which the author states makes it compatible with anti-cheat systems like Vanguard, EAC, and BattlEye. It does note that the overlay may not display correctly in a game's exclusive fullscreen mode, and recommends switching the game to borderless or windowed mode instead. Most users can just download a prebuilt release from the Releases page and run the executable directly, since the .NET runtime is bundled in. Building from source requires the .NET 8.0 SDK and a simple dotnet build command. Under the hood it's built with .NET 8 and WPF, using the Win32 API for features like click-through overlay windows, global hotkey registration, and the system tray icon. The project supports both Chinese and English in its interface, lets you save and load different configuration profiles, and is released under the MIT license by its author, shsr07.

prompts (copy fr)

prompt 1
Help me download and run the latest MotionStabilizer release on Windows.
prompt 2
Explain why MotionStabilizer's overlay might not show up in a game and how to fix it.
prompt 3
Walk me through building MotionStabilizer from source with dotnet build.
prompt 4
Show me how to change the default hotkeys for toggling the edge overlay and crosshair.

Frequently asked questions

what is motionstabilizer fr?

Motion Stabilizer is a Windows overlay app that draws edge frames, a crosshair, or a floating clock over 3D games to help reduce motion sickness, without touching the game's files or memory.

What language is motionstabilizer written in?

Mainly C#. The stack also includes .NET, WPF, C#.

What license does motionstabilizer use?

MIT license: use, modify, and distribute freely, including for commercial purposes, as long as you keep the copyright notice.

How hard is motionstabilizer to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is motionstabilizer for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.