Skip to content

Releases: userKDO/KeplerSolver

v1.0.0 — First Stable Release & NuGet Launch

12 Jun 16:05
f3b390b

Choose a tag to compare

🎉 First Stable Release & NuGet Package Launch!

The project has been fully upgraded to .NET 10.0 and is now publicly available as a NuGet package.

Installation

You can now install the core library directly via the .NET CLI:

dotnet add package KeplerSolver

Key Features

  • Kepler's Equation Solver: Core mathematical models and algorithms for high-performance satellite orbit calculations.
  • Modular Structure: Completely separated logic into Core, Models, Vectors, and Time modules.
  • Built-in GUI & Tests: Included a user interface for rapid testing and automated unit tests.
  • Documentation Support: Built-in support for generating complete project documentation via DocFX.

Tech Stack

  • Target Framework: .NET 10.0
  • Architecture: Modular Class Library
  • IDE/Editors used: Vim / Geany on Arch Linux