art-den / astra_lite

AstraLite is software for deepsky astrophotography and live stacking on low power PCs (like rapsberry Pi or Orange Pi)
MIT License
25 stars 1 forks source link
arm64 astronomy astrophotography deep-sky rust telescope

AstraLite

AstraLite is software for deepsky astrophotography and live stacking on low power PCs (like rapsberry Pi or Orange Pi)

! The program is under active development !

AstraLite uses INDI server to work with astrophotography hardware. See https://www.indilib.org/download.html to install INDI

Compiled binaries and discussion here: https://www.indilib.org/forum/clients/13006-astralite-simple-indi-client-for-astrophotography.html

Features

Future plans

How to build AstraLite

Prerequisites for Linux

Prerequisites for MS Windows

Don't forget to set your PATH environment variable to point to the mingw64\bin directory of MSYS

How to build for you platform

To build optimized binaries for your current platform, just type

cargo build --release

Building and creating deb-packages for arm64, armhf and x64_86 platforms

Prerequisites