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.

Make 8-bit art

109 pointsby ofover 9 years ago

19 comments

jathuover 9 years ago
I made something similar a while back: <a href="http:&#x2F;&#x2F;jathu.me&#x2F;pixels&#x2F;" rel="nofollow">http:&#x2F;&#x2F;jathu.me&#x2F;pixels&#x2F;</a><p>Check the source: <a href="https:&#x2F;&#x2F;github.com&#x2F;jathu&#x2F;pixels" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jathu&#x2F;pixels</a>. You can also undo&#x2F;redo by pressing z and y on the keyboard.
评论 #10686343 未加载
评论 #10686060 未加载
craigjbover 9 years ago
It always makes me smile when I hear the term &quot;8-bit&quot; used to describe art. The strict hardware and software limitations of early computers spawned a complete visual aesthetic!
评论 #10687568 未加载
评论 #10687938 未加载
makepanicover 9 years ago
aseprite [0] a great open source (desktop) pixel art editor<p>[0] - <a href="http:&#x2F;&#x2F;www.aseprite.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.aseprite.org&#x2F;</a>
评论 #10688080 未加载
amjdover 9 years ago
Great work @jennmoneydollars! This is fun.<p>I feel that I missed my calling as an artist. <a href="http:&#x2F;&#x2F;imgur.com&#x2F;zxE2QKC" rel="nofollow">http:&#x2F;&#x2F;imgur.com&#x2F;zxE2QKC</a>
stevekinneyover 9 years ago
If you have any problems, open an issue on GitHub (jennschiffer&#x2F;make8bitart) or tweet at @jennschiffer. She&#x27;s about to have time to work on stuff soon hopefully.
Yahivinover 9 years ago
My personal favorite: <a href="http:&#x2F;&#x2F;www.danielx.net&#x2F;pixel-editor&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.danielx.net&#x2F;pixel-editor&#x2F;</a><p>Source: <a href="https:&#x2F;&#x2F;github.com&#x2F;STRd6&#x2F;pixel-editor&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;STRd6&#x2F;pixel-editor&#x2F;</a><p>Let me know if you want any tips for reliable undo, Bresenham&#x27;s line algo, or flood fill.
SeeThruHeadover 9 years ago
<a href="https:&#x2F;&#x2F;jackschaedler.github.io&#x2F;goya&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jackschaedler.github.io&#x2F;goya&#x2F;</a>
jstarksover 9 years ago
Cool. This works pretty well with a Surface pen. The only limitation seems to be that it doesn&#x27;t recognize the eraser as distinct from the tip; it would be neat if the eraser would draw the transparent color.
评论 #10686120 未加载
potomakover 9 years ago
Check out also Draw![0], you can use it to draw tiny pixel art pictures and GIF animations.<p>Update: I made a while ago to experiment with Redis and the &lt;canvas&gt; element. The code is open source at <a href="https:&#x2F;&#x2F;github.com&#x2F;potomak&#x2F;drawbang" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;potomak&#x2F;drawbang</a>.<p>[0] <a href="http:&#x2F;&#x2F;drawbang.com" rel="nofollow">http:&#x2F;&#x2F;drawbang.com</a>
RodgerTheGreatover 9 years ago
Getting around the challenges of portably saving files from a JS application by using imgur&#x27;s API is clever- I may use the same idea in a project I&#x27;m working on. I make little coding sandbox things and allowing users to easily record gifs or screenshots without a separate tool would be a boon.
robotnoisesover 9 years ago
The auto-upload to imgur is a nice touch!<p>This is me: <a href="http:&#x2F;&#x2F;i.imgur.com&#x2F;5JUJt5g.png" rel="nofollow">http:&#x2F;&#x2F;i.imgur.com&#x2F;5JUJt5g.png</a>
ZenPsychoover 9 years ago
Well gee, as long as we&#x27;re adding our competing projects in the comments, here&#x27;s mine:<p><a href="http:&#x2F;&#x2F;pix.pe" rel="nofollow">http:&#x2F;&#x2F;pix.pe</a>
jeffehobbsover 9 years ago
Awesome. Also, love @jennmoneydollars.
评论 #10686037 未加载
ceph_over 9 years ago
Looks like it doesnt work on Android.
评论 #10687217 未加载
doucheover 9 years ago
The flood-fill tool seems a little slow. It seems like it is doing something much more complicated than I would expect (simple breadth-first search) - and I get some weird results with different brush sizes.
Patronus_Charmover 9 years ago
Very cool little time waster. Kids will love it.
RobLachover 9 years ago
But it&#x27;s 32 bit..?
评论 #10687687 未加载
baumgarnover 9 years ago
should implement a proper line drawing algorithm
评论 #10686035 未加载
jherikoover 9 years ago
cool, but runs like a dog for me :(
评论 #10686040 未加载