Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiltontj/solars
Visualize the planets of our solar system.
https://github.com/hiltontj/solars
Last synced: 3 months ago
JSON representation
Visualize the planets of our solar system.
- Host: GitHub
- URL: https://github.com/hiltontj/solars
- Owner: hiltontj
- License: mit
- Created: 2023-10-20T01:25:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T20:04:11.000Z (12 months ago)
- Last Synced: 2024-04-27T15:33:32.476Z (6 months ago)
- Language: TypeScript
- Size: 3.61 MB
- Stars: 39
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tauri - Solars - Visualize the planets of our solar system. (Applications / Learning)
README
solars
Visualize the planets of our solar system
[![GitHub release](https://img.shields.io/github/v/release/hiltontj/solars)](https://github.com/hiltontj/solars/releases)
## Overview
`solars` is a learning tool for exploring our solar system. Originally developed as a quick way to visualize planetary alignment on a given date, `solars` is also a foray into application design and the world of application development using [Tauri][tauri-app].
[tauri-app]: https://tauri.app/
## Preview
Enter a year, month, and day to see the relative alignment of the planets, or select one of the inputs and scroll up or down to fast-forward or rewind, respectively. Click **Today** to jump to today's date:
Some basic options allow you to customize the view:
## Build & Development
Clone this repository to your local machine. Since `solars` is a Tauri app, you may read the guides for [Developing Tauri apps][tauri-develop] and for [Building Tauri apps][tauri-build] on the official website.
You will need one of Tauri's CLI utilities installed, e.g., `tauri-cli`:
```
cargo install tauri-cli
```You can then build the application bundle for your local operating system:
```
cargo tauri build
```Or, launch the development server:
```
cargo tauri dev
```[tauri-build]: https://tauri.app/v1/guides/building/
[tauri-develop]: https://tauri.app/v1/guides/development/development-cycle## License
This project is licensed under the MIT License.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in `solars` by you, shall be licensed as MIT, without any
additional terms or conditions.