| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| perspec-windows_x86_64.zip | 2026-09-11 | 52.4 MB | |
| perspec-app_macos-15-intel_x86_64.zip | 2026-09-11 | 3.6 MB | |
| perspec-app_macos-14_arm64.zip | 2026-09-11 | 20.7 MB | |
| perspec-app_macos-15_arm64.zip | 2026-09-11 | 20.7 MB | |
| perspec-app_macos-26_arm64.zip | 2026-09-11 | 20.1 MB | |
| Perspec_arm64.AppImage | 2026-09-11 | 17.3 MB | |
| Perspec_x86_64.AppImage | 2026-09-11 | 15.3 MB | |
| Perspec 1.2.0.0 source code.tar.gz | 2026-09-11 | 20.1 MB | |
| Perspec 1.2.0.0 source code.zip | 2026-09-11 | 20.2 MB | |
| README.md | 2026-09-11 | 970 Bytes | |
| Totals: 10 Items | 190.5 MB | 6 | |
- Fix crash on launch on Linux and Windows with "GLFW.createWindow failed to create a … window". GLFW rejected the requested OpenGL 2.1 context, since it was combined with a profile hint which is only defined for OpenGL 3.2 and above. The AppImage of version 1.1 was affected on every Linux distribution.
- Smoke test the AppImage in CI by starting the GUI on a virtual X server, so crashes on launch are caught before a release
- Scale the interface with the display scaling setting, instead of drawing it at a fixed pixel size.
It used to come out at a third of its intended size on a high DPI display set to 175 % scaling.
The scaling can be overridden with the
PERSPEC_UI_SCALEenv variable. - Shrink the initial window if it wouldn't fit on the screen
- Only start the GUI when
perspec.exeis run without arguments from a console of its own, i.e. was double-clicked. Running it without arguments in a terminal prints the usage text again.