1
0
This commit is contained in:
syui 2024-04-29 13:48:56 +09:00
parent f9fd2d3fcb
commit 1733bbfb69
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -0,0 +1,25 @@
+++
date = "2024-04-28"
tags = ["nasa"]
title = "solar-system"
slug = "nasa"
+++
この前、nasaのvoyager-1の不具合が修正された話がありました。
私もニュース媒体でそれを知り、最もわかりやすかったのは[gigazine.net](https://gigazine.net/news/20240423-voyager-1-resumes-sending-signal/)の記事だったと思います。
`nasa`には`solar-system`があって、そこではvoyagerのstoryも公開されています。
<iframe src="https://eyes.nasa.gov/apps/solar-system/#/story/voyager_grand_tour?slide=slide_2" allowfullscreen frameborder="0" style="width:100%;height:500px;"></iframe>
[yui.syui.ai](https://yui.syui.ai)のレイアウトを考えてて、あれも宇宙に関係した話なので`solar-system`を自前で作りたいなと思い作ってみました。
- host : https://yui.syui.ai/pkg/solar
<iframe src="https://yui.syui.ai/pkg/solar" allowfullscreen frameborder="0" style="width:100%;height:500px;"></iframe>
例えば、`camera:earth`にしてみてください。
参考にしたのは[solarcg/SolarSys](https://github.com/solarcg/SolarSys)です。