Live data from Hacker News

CSS Minecraft

benjaminaster.com

101–110 of 154 posts

Re: CSS Minecraft

#101

Pug is an unsung hero in this demo. The template engine made it possible to brute force the UI with 4 levels of nested loop. Impressive!

Is pug doing something special here that another template engine, or just a custom script, could not do? Concatenating strings is not that complicated.

You could write a script in JS to generate all the elements, then save the rendered HTML. Bootstrapping a HTML+CSS only site with HTML+CSS+JS.

Re: CSS Minecraft

#102
post #79

Earlier quoted context omitted.

Note: the tag does not use and does not need a closing slash and never has in any HTML specification. https://html.spec.whatwg.org/dev/input.html#the-input-elemen...

It's sometimes done to make the same markup compatible with XHTML, without harming its interpretation in HTML.

You are either running XHTML or you are not. No need to carry any compatibility overhead. I doubt he is serving XHTML.

Re: CSS Minecraft

#104
post #2

Without a doubt the most impressive thing I've seen with CSS. This immediately brought "A Single Div"[0] to mind, which stood as the coolest CSS demo I'd seen for... 11 years! This one takes the cake. I'll be pouring over it. Thanks! [0]: https://a.singlediv.com/

but they are all individual divs

Re: CSS Minecraft

#106
post #86
post #56

Earlier quoted context omitted.

The full java version of the game was ported to webassembly/webgl a while ago. It's called eaglercraft: https://eaglercraft.com

I don't get it - isn't this blatant copyright infringement? Seems like they're just running some kind of cracked Minecraft build with a JVM-in-JS layer or some such trickery?

yeah, it's JVM-to-wasm plus an lwjgl-to-webgl library plus various compression packed into a single .html file

Re: CSS Minecraft

#107
post #2

Without a doubt the most impressive thing I've seen with CSS. This immediately brought "A Single Div"[0] to mind, which stood as the coolest CSS demo I'd seen for... 11 years! This one takes the cake. I'll be pouring over it. Thanks! [0]: https://a.singlediv.com/

have you seen this modern marvel? https://diana-adrianne.com/purecss-lace/

[deleted]
Post reply on HN