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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Electro – A hyper-fast Windows image viewer with a built-in terminal

46 点作者 Tinos3 个月前
This is my first major OSS release! I was always so frustrated by how slow image viewers were on Windows so I built one from the ground up with Rust &amp; Tauri v2.0!<p>Electro also has a very unique feature: a built-in terminal. I was always mesmerised by merging CLI tools with GUI based systems and this is my first go at it!<p>I have big plans on expanding the terminal functionality with built-in image editing commands, command chaining, file handling etc.

13 条评论

fsiefken3 个月前
That&#x27;s fast! It seems even faster then using mpv, even though you can&#x27;t use it like this from the command line.<p>mpv *.jpeg --shuffle --loop-playlist --image-display-duration=2.0 --fullscreen<p>I remember, 30 years ago there were similar ultrafast image viewers for DOS, they didn&#x27;t even need windows. I was partial to QPV&#x2F;386, but there were others. Linux console has fim. It was great to be able to zoom and pan with the keyboard.<p><a href="https:&#x2F;&#x2F;www.nongnu.org&#x2F;fbi-improved&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.nongnu.org&#x2F;fbi-improved&#x2F;</a> <a href="https:&#x2F;&#x2F;www.oreilly.com&#x2F;library&#x2F;view&#x2F;png-the-definitive&#x2F;9781565925427&#x2F;11_chapter-03.html" rel="nofollow">https:&#x2F;&#x2F;www.oreilly.com&#x2F;library&#x2F;view&#x2F;png-the-definitive&#x2F;9781...</a>
评论 #43166192 未加载
textadventure3 个月前
I share your frustration so I love that it is so fast&#x2F;lightweight, cool project. I personally don&#x27;t think I would have much use for a built-in terminal. I would just like for it to let you browse through whatever other images in the same folder from the image I opened with and be able to navigate it with the keyboard.<p>Images should also resize whenever the window is resized. Those two changes alone would make this very usable.
评论 #43165068 未加载
roadbuster3 个月前
&gt; I was always so frustrated by how slow image viewers were on Windows<p>Irfanview was always my go-to for speed on Windows
评论 #43166222 未加载
评论 #43165756 未加载
评论 #43165740 未加载
评论 #43171583 未加载
评论 #43165631 未加载
vachina3 个月前
Or you can restore the Windows 7 image viewer[0]. Works on Windows 11 still.<p>[0]<a href="https:&#x2F;&#x2F;www.tenforums.com&#x2F;tutorials&#x2F;14312-restore-windows-photo-viewer-windows-10-a.html" rel="nofollow">https:&#x2F;&#x2F;www.tenforums.com&#x2F;tutorials&#x2F;14312-restore-windows-ph...</a>
评论 #43167145 未加载
bdhcuidbebe3 个月前
Cool! Any plans for linux&#x2F;macOS?<p>I’m currently using oculante specifically for its speed, rust and cross platform.<p>Not sure this electro viewer is for me, as I see typescript and css frontend.
评论 #43166274 未加载
CyberDildonics3 个月前
Is it really <i>&quot;hyperfast&quot;</i> if it&#x27;s just opening a microsoft edge webview window?<p>Is it really faster than the image viewers made 20 years ago that open a window with the win32 API?
评论 #43175874 未加载
dusted3 个月前
How is it that the preview-videos showing how fast it is, is still slower at loading small image than it is for my old desktop to START feh AND display the window and image ?
Narew3 个月前
Does anyone know a similar image viewer but that manage correctly the colorspace of the image and the colorspace of the screen ?
rkagerer3 个月前
Dumb question, is there some kind of &quot;tiles&quot; view to quickly scroll through a directory of photos?
评论 #43170356 未加载
BenFranklin1003 个月前
How does this work with large (i .e. ~30,000 by 40,000 pixel) 16 bit TIFF images?
评论 #43170366 未加载
eipi10_hn3 个月前
Thanks a lot for your project. Have you compared the speed with JPEGView?
评论 #43170399 未加载
eviks3 个月前
&quot;Hyperfast&quot; should show the startup time vs another app.
haddonist3 个月前
Why does Electro make multiple web requests on startup? Why does it need to make any?<p>And forcing windows to make your app a default, without asking the user about it at install time - not cool.
评论 #43166154 未加载
评论 #43166380 未加载