diff --git a/README.md b/README.md index 6f67641..a0b9e0f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -

- Discord Ko-fi DeepWiki + Discord Ko-fi DeepWiki Website
Stars Forks Issues Contributors Last Commit

@@ -17,19 +16,26 @@ - **Accurate Terminator Line Simulation**: Easily preview sunlight conditions, in 2D and 3D. -- **​Coverage Analysis**: Real-time rendering of Line-of-Sight (LOS) coverage areas and comprehensive orbital characteristics. -image -image +- **​Coverage Analysis**: Real-time rendering of Line-of-Sight (LOS) coverage areas and comprehensive orbital characteristics.
+image
+image
-- **​TLE Data Integration**: Efficiently load and parse TLE data for individual satellites or entire constellations. -image +- **​TLE Data Integration with alternative sources**: Efficiently load and parse TLE data for individual satellites or entire constellations.
+image
-- **​Customization**: Deeply configurable theming and functional options to suit professional or personal preferences. +- **​ReTLEctor**: Got restricted, rate limited, or banned from accessing celestrak? TLEscope gets around this common problem by supporting Retlector, TLE source made specifically as a non rate limited alternative to celestrak.
+tle
+ +- **​Customization**: Deeply configurable theming and functional options to suit professional or personal preferences.
+custom
- **For nerds, By nerds**: TLEscope comes equipped with tools designed for RF engineers, satellite operators, and people who *just* want to know when to expect the next sunlit ISS pass. -image +image
+ +- **Satellite Scope**: One of the latest features of TLEscope, Satellite Scope, allows you to see any and all satellites in your antenna beam width (or visual field of view ). Useful for anyone from a space researcher trying to find out the source of an unknown sporadic signal, to just someone with binoculars interested in finding out what passing space object they just saw. +scope
- **Minimal Footprint and High Performance**: Developed in pure C utilizing the Raylib framework, TLEscope maintains a minimal footprint. The application provides high-performance rendering that is likely more efficient than your standard system file browser, even with hundreds or thousands of satellites on-screen. @@ -56,7 +62,7 @@ TLEscope provides also packages on following systems/distributions: - Arch Linux: - AUR * [`tlescope-bin`](https://aur.archlinux.org/packages/tlescope-bin): Downloads and install the latest stable version of TLEscope from [Releases](https://github.com/aweeri/TLEscope/releases). - * [`tlescope-git`](https://aur.archlinux.org/packages/tlescope-bin): Clones the latest commit of this repository and installs on the system. + * [`tlescope-git`](https://aur.archlinux.org/packages/tlescope-git): Clones the latest commit of this repository and installs on the system. ### **Building From Source** TLEscope uses gcc for Linux builds and cross-compiles for Windows using x86_64-w64-mingw32-gcc.