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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

ASCII Art: Real-Time ASCII Art Rendering Library

38 点作者 symisc_devel超过 7 年前

5 条评论

illicium超过 7 年前
Check out libcaca[1], a image-to-ASCII library that already available as a mplayer and VLC output.<p>There&#x27;s also a demoscene competition where entries can only use text-mode art, TMDC [2]<p>[1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Libcaca" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Libcaca</a> [2] <a href="http:&#x2F;&#x2F;tmdc.scene.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;tmdc.scene.org&#x2F;</a>
评论 #15708959 未加载
评论 #15708930 未加载
daleroberts超过 7 年前
A simple lookup table also works well.<p>Here I use Unicode 9.0 and True Color support to render images as text using Python: <a href="https:&#x2F;&#x2F;github.com&#x2F;daleroberts&#x2F;tv" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;daleroberts&#x2F;tv</a>
symisc_devel超过 7 年前
You can test the rendering on your browser using the live demo at: <a href="https:&#x2F;&#x2F;art.pixlab.io" rel="nofollow">https:&#x2F;&#x2F;art.pixlab.io</a>
slavik81超过 7 年前
Is there a good way to display these in a terminal? The result is a little ugly because it ends up vertically stretched.
评论 #15709352 未加载
kadal超过 7 年前
Is there one that can do matrix digital rain like effects?