Download glimpse-setup.exe from the releases page and run it as Administrator.
The installer will:
- Let you choose which file extensions to register (
.gltf,.glb,.bbmodel,.json) - Copy
glimpse.dllto your Program Files directory - Write the necessary COM and shell extension registry keys
- Prompt you to restart Windows Explorer so thumbnails appear immediately
Tip: Set your folder view to Medium, Large, or Extra Large icons to see thumbnails.
Use Add or Remove Programs in Windows Settings, or run the uninstaller from the install directory. The uninstaller removes the DLL, cleans up all registry keys, and restarts Explorer.
Prerequisites:
- Rust with the
stable-x86_64-pc-windows-msvctoolchain - Inno Setup 6
cargo build --release
& "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" installer\glimpse.issThe output is target\installer\glimpse-setup.exe.
| Problem | Solution |
|---|---|
| No thumbnails appear | Restart Explorer. Verify the DLL path in the registry under HKLM\SOFTWARE\Classes\CLSID\{A4C82A78-...}\InprocServer32. |
| Thumbnails are a solid color | The model may reference external textures that cannot be loaded from a stream. |
| Installer fails | Make sure you are running as Administrator. |
| DLL locked / cannot overwrite | Close all Explorer windows and kill dllhost.exe, then retry. |