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.

1k minecraft

198 pointsby hyp0over 10 years ago

11 comments

VieElmover 10 years ago
The creator wrote up a blog post on his entry:<p><a href="http://birdgames.nl/2014/04/js1k-post-mortem-minecraft/" rel="nofollow">http:&#x2F;&#x2F;birdgames.nl&#x2F;2014&#x2F;04&#x2F;js1k-post-mortem-minecraft&#x2F;</a><p>Lots of very interesting details, but surprised to see setInterval instead of requestAnimationFrame
评论 #8660005 未加载
评论 #8659721 未加载
networkedover 10 years ago
Very nice! The texturing and lighting are what really makes this demo. Unfortunately, it only displays correctly for me in Firefox Developer Edition, not FF 33.0, in which the picture is skewed: <a href="http://i.imgur.com/7i74m36.jpg" rel="nofollow">http:&#x2F;&#x2F;i.imgur.com&#x2F;7i74m36.jpg</a>.<p>If you&#x27;re into tiny cube-based 3D engines also have a look at this demo for the Lobster programming language (<a href="http://strlen.com/lobster" rel="nofollow">http:&#x2F;&#x2F;strlen.com&#x2F;lobster</a>): <a href="http://i.imgur.com/ZZWFkXn.jpg" rel="nofollow">http:&#x2F;&#x2F;i.imgur.com&#x2F;ZZWFkXn.jpg</a>. Its entire source code fits in the screenshot.
评论 #8661129 未加载
评论 #8659683 未加载
评论 #8660031 未加载
sz4kertoover 10 years ago
Nice - though I must say this kind of graphics (with music..) was done in similarly sized 1k&#x2F;4k assembly demos -- <a href="https://www.youtube.com/watch?v=G1Q9LtnnE4w" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=G1Q9LtnnE4w</a>
评论 #8660199 未加载
bshimminover 10 years ago
Impressive!<p>I can&#x27;t help but love things like this, if for no reason other than that it makes programmers look like bona fide magicians (and thus justifies exorbitant day-rates).
评论 #8659548 未加载
syskover 10 years ago
I wonder if a few bytes could be saved by encoding the source in 7bit ascii, decoding and running through eval. Not sure if that makes sense.
评论 #8662236 未加载
monk_e_boyover 10 years ago
Doesn&#x27;t work in FF 33.1.1 on windows 8 -- each line of the image&#x2F;video is shifted so the result looks \\\\\\\
评论 #8659544 未加载
评论 #8659676 未加载
评论 #8659494 未加载
评论 #8660002 未加载
Aardappelover 10 years ago
This one in Lobster, roughly the same amount of code, no textures, but is interactive (you can actually mine &amp; build): <a href="http://i.imgur.com/ZZWFkXn.jpg" rel="nofollow">http:&#x2F;&#x2F;i.imgur.com&#x2F;ZZWFkXn.jpg</a>
评论 #8661416 未加载
FraKtusover 10 years ago
Many other are sweet, this one uses WebGL and is very nice <a href="http://js1k.com/2014-dragons/demo/1868" rel="nofollow">http:&#x2F;&#x2F;js1k.com&#x2F;2014-dragons&#x2F;demo&#x2F;1868</a> (tested on Chrome)...
comrhover 10 years ago
If I remember correctly the lava is the hardest thing to efficiently render, correct? Cool regardless.
评论 #8659912 未加载
iawover 10 years ago
I don&#x27;t think I&#x27;ve ever seen this site before. It&#x27;s fantastic
leeluoleeover 10 years ago
Incredible!!