iced/examples/solar_system
2025-02-21 01:37:14 +01:00
..
assets Showcase canvas image support in solar_system example 2024-08-04 03:29:06 +02:00
src Invert Earth's rotation in solar_system example 2024-08-04 14:38:42 +02:00
Cargo.toml Update all examples to Rust 2024 2025-02-21 01:37:14 +01:00
README.md Host GIFs and video examples in iced.rs 2023-09-07 05:05:43 +02:00

Solar system

An animated solar system drawn using the Canvas widget and showcasing how to compose different transforms.

The main file contains all the code of the example.

You can run it with cargo run:

cargo run --package solar_system