https://github.com/dumbastro/dumbastro-c
Yet another poor C implementation of Meeus's Astronomical Algorithms
https://github.com/dumbastro/dumbastro-c
astronomical-algorithms astronomy jean-meeus
Last synced: about 1 year ago
JSON representation
Yet another poor C implementation of Meeus's Astronomical Algorithms
- Host: GitHub
- URL: https://github.com/dumbastro/dumbastro-c
- Owner: dumbastro
- License: mit
- Created: 2025-01-15T17:01:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-14T18:09:06.000Z (over 1 year ago)
- Last Synced: 2025-03-15T07:21:57.310Z (over 1 year ago)
- Topics: astronomical-algorithms, astronomy, jean-meeus
- Language: C
- Homepage:
- Size: 259 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dumbastro C
Yet another (partial, flawed...) C implementation of Jean Meeus's "Astronomical Algorithms", 1991. Only for self-learning purposes.
## TODO
- [ ] Restructure to compile it as a proper C library
- [ ] Add Makefile