Home

Awesome

ASTROZ

CI CD DC

<img src="https://repository-images.githubusercontent.com/819657891/291c28ef-4c03-4d0e-bb0c-41d4662867c3" width="100" height="100"/>

Astronomical and Spacecraft Toolkit Written in Zig for Zig!

Features / Plans

Spacecraft

Astronomical

Feature not listed ?

To request a feature, please create an issue for this project and I will try my best to be responsive.

Usage

zig fetch --save https://github.com/ATTron/astroz/archive/<git_tag_or_commit_hash>.tar.gz
const astroz_dep = b.dependency("astroz", .{
    .target = target,
    .optimize = optimize,
});
const astroz_mod = astroz_dep.module("astroz");
exe.root_module.addImport("astroz", astroz_mod);

Examples

<img src="assets/orbit_prop.gif" width="450" height="400" alt="visualization of orbit prop"/> <img src="assets/orbit_prop_impulse.gif" width="450" height="400" alt="visualization of orbit prop with impulse"/> <img src="test/test.png" width="450" height="400" alt="sample fits image as png"/> <!-- MARKDOWN LINKS -->