o
odin.langpkg.dev
packages / library / A_Planet_orbital_journey_generator_in_Odin_for_SVG

A_Planet_orbital_journey_generator_in_Odin_for_SVG

9b51596library

It will generate a simple simulation of the planets orbital journey from your birthday date to the current moment.

No license · updated 6 months ago

A Planet orbital journey generator in Odin for SVG

It will generate a simple simulation of the planets orbital journey from your birthday date to the current moment.

Description

This little program will generate a animation of the planets orbital journey from a starting date till the current moment in time. Note: You can easilly change the starting date and the size of the image by changing the tags values on the SVG generator.

width="500" height="500"

Generated SVG

./solar_orbits_log.svg

How to compile and run

make
# This will generate the SVG file for your current date.
make run

To see the SVG with the planets in motion

You just have to open the SVG file in a browser.

License

MIT Open Source License

Have fun

Best regards,
Joao Carvalho