2023-11-16 19:11:36 +01:00
2024-02-12 17:57:35 +01:00
2024-01-08 15:43:21 +01:00
2023-08-29 23:17:16 +02:00
2024-02-01 23:22:35 +01:00
2022-04-07 09:58:37 +02:00
2023-02-10 14:08:37 +01:00
2023-02-10 09:10:57 +01:00
2022-04-24 21:24:55 +02:00
2023-12-31 16:04:16 +01:00
2024-02-03 15:32:34 +01:00
2023-12-18 16:03:04 +01:00
2022-12-28 13:24:05 +01:00
2023-11-14 16:30:38 +01:00
2022-04-24 13:30:51 +02:00
2022-04-24 13:30:51 +02:00
2023-11-14 12:04:55 +01:00
2023-11-13 21:12:23 +01:00
2024-02-02 22:41:44 +01:00
2024-02-02 20:55:58 +01:00
2022-05-20 10:34:23 +02:00
2023-12-31 16:04:32 +01:00
2016-07-29 16:52:22 +02:00
2024-03-25 22:53:13 +01:00
2023-02-10 09:10:57 +01:00
2024-02-12 17:57:35 +01:00
2024-02-02 20:55:58 +01:00
2022-04-19 19:57:06 +02:00
2022-04-24 21:24:30 +02:00
2024-01-09 15:40:27 +01:00
2023-12-20 11:31:51 +01:00
2024-03-25 22:53:13 +01:00
2024-03-25 22:53:13 +01:00
2024-02-01 23:22:35 +01:00
2019-10-11 21:03:59 +02:00
2022-06-17 13:24:52 +02:00
2022-06-17 13:24:52 +02:00
2023-12-20 11:31:55 +01:00
2023-10-10 22:48:40 +02:00

FITS/XISF image viewer with multithreaded image loading

To get all dependencies install these packages

    sudo apt install qt6-base-dev libqt6opengl6-dev libraw-dev libexif-dev libcfitsio-dev libgsl-dev wcslib-dev cmake

on OpenSUSE

    sudo zypper install gsl-devel exif-devel libraw-devel wcslib-devel libqt6-qtbase-devel

MacOS X

To compile on MacOS install XCode first. Then install homebrew in x86_64 mode
with "arch -i x86_64". Building on native ARM is not supported.

    homebrew install qt6 libraw cfitsio libexif libgsl wcslib

You may need to set CMAKE_PREFIX_PATH for Qt6 so CMake can find them.

Then to build run standard cmake

    cmake -B build -S .
    cmake --build build
    ./build/tenmon
Description
FITS and XISF image viewer, converter and indexer
https://nouspiro.space/?page_id=206
Readme GPL-3.0 25 MiB
Tenmon Latest
2025-03-18 17:33:30 +01:00
Languages
C++ 80.8%
C 15.6%
GLSL 1.9%
CMake 1.7%