A simple, OpenGL ES renderer for viewing TLE data efficiently.
SatKiosk3D requires CMake. It also requires the packages glfw3, libpng, and curl. Hardware must support at least OpenGL ES 3.1, or OpenGL 4.5. Download using :
git clone https://github.com/DomMarcone/SatKiosk3D.gitDownload the dependencies on Windows with :
vcpkg install glfw3 libpng curlDownload the dependencies on Linux with :
sudo apt-get install pkg-config glfw libpng libcurl4-openssl-devnote : you could also use any variant of libcurl. Such as libcurl4-gnutls-dev, or libcurl4-nss-dev.
Enter the directory, and create an empty build directory, and enter it
cd SatKiosk3D
mkdir build
cd buildBuild the project on Windows with :
cmake .. -DCMAKE_TOOLCHAIN_FILE=%PATH_TO_VCPKG%\scripts\buildsystems\vcpkg.cmakeBuild on linux with :
cmake ..See SatKiosk3D --help for the current list of supported options.