TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Ingenuity-DL, CLI app to make GIFs from Ingenuity helicopter images

2 点作者 Pixadus大约 2 年前
Back in 2020, NASA launched the Perseverance rover with an attached helicopter, Ingenuity - the first man-made object to use another planet&#x27;s atmosphere for powered flight.<p>On days Ingenuity flies, it tends to take a lot of pictures and sends them back to Earth. Ingenuity-DL is a small CLI app designed to convert those images into a GIF to watch each flight.<p>This was my first real project with Rust. I&#x27;m interested in diving more into programming with it, so any advice would be welcomed :)

1 comment

andrewfromx大约 2 年前
Very cool. I was reading the code expecting to find a shell command out to ffmpeg to make the final gif but it uses gifski = &quot;1.10.0&quot;! Nice.