TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

ASCII Art: Real-Time ASCII Art Rendering Library

38 pointsby symisc_develover 7 years ago

5 comments

illiciumover 7 years ago
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 未加载
dalerobertsover 7 years ago
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_develover 7 years ago
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>
slavik81over 7 years ago
Is there a good way to display these in a terminal? The result is a little ugly because it ends up vertically stretched.
评论 #15709352 未加载
kadalover 7 years ago
Is there one that can do matrix digital rain like effects?