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.

The Simpsons in CSS

554 pointsby CoreSetabout 5 years ago

31 comments

pattleabout 5 years ago
I was wondering why I suddenly had an influx of Twitter followers this morning...<p>Thanks to whoever shared this.
评论 #22431799 未加载
评论 #22434057 未加载
评论 #22432285 未加载
davnicwilabout 5 years ago
I think a hidden gem here is at the end, when it says &#x27;what&#x27;s cool is, I can now do stuff like.. green Bart, colorless Bart&#x27;<p>That&#x27;s something I&#x27;ve often thought is a real ace in the sleeve of CSS and also SVG, that ability to basically have artistic parameters as code and change them, animate them, etc.<p>Obviously you can do that offline so to speak in image applications, but the iteration time is hugely longer, stuff like caching becomes a problem, and you definitely can&#x27;t automate it based on runtime inputs etc. It&#x27;s almost like having that image application running in the browser, rendering whatever changes you need in real time.
评论 #22434247 未加载
Nitionabout 5 years ago
I love how even something as silly and unimportant as this has 13 open issue reports on GitHub.
评论 #22431653 未加载
评论 #22432243 未加载
评论 #22431534 未加载
jtangelderabout 5 years ago
CSS art always reminds me to the acid tests, back in the old days. We come from far! <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Acid2" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Acid2</a>
评论 #22431719 未加载
dustedabout 5 years ago
Cool pictures! Well done! That&#x27;s quite a feat indeed!<p>Not being a fan of CSS, I think this (the CSS source code) shows fairly well why I&#x27;m not a fan of CSS.<p>Sure, doing things like this is not what CSS is meant for.<p>CSS is meant for making HTML do things it wasn&#x27;t meant for.
DiabloD3about 5 years ago
Some of these do not seem to render correctly on Firefox. Seems to rely on Chrome-specific behavior.
评论 #22431980 未加载
评论 #22431926 未加载
评论 #22433796 未加载
评论 #22431836 未加载
评论 #22431810 未加载
Sharparamabout 5 years ago
Viewing this page with Dark Reader enabled makes for quite a harrowing experience...<p><a href="https:&#x2F;&#x2F;i.imgur.com&#x2F;AUTXPfW.png" rel="nofollow">https:&#x2F;&#x2F;i.imgur.com&#x2F;AUTXPfW.png</a>
评论 #22431907 未加载
评论 #22433160 未加载
评论 #22435223 未加载
jsd1982about 5 years ago
Very cool but can you fill in the eye whites instead of leaving them as background color? The characters looked really odd with a dark mode extension enabled so all the eyes were completely black :D
rpastuszakabout 5 years ago
My first reaction when I saw the title was &quot;oh, not this again&quot;, but this looks neat and the CSS source, surprisingly clean!<p>I really enjoyed the first attempts at 3d in CSS (in pre-canvas, WebGL times). Can&#x27;t find the right example, but in a nutshell, the approach involved using border-width to create triangles, and thus triangle meshes.<p>You might like this one: <a href="https:&#x2F;&#x2F;keithclark.co.uk&#x2F;labs&#x2F;css-fps&#x2F;desktop&#x2F;" rel="nofollow">https:&#x2F;&#x2F;keithclark.co.uk&#x2F;labs&#x2F;css-fps&#x2F;desktop&#x2F;</a>
anonsivalley652about 5 years ago
Animated even and the code looks hand-drawn. I &lt;3 it.<p>Fun fact: I worked at a nuclear engineering consultancy in the 90&#x27;s. That&#x27;s the not the fun fact. The hostnames of the computers were all Simpsons&#x27; character names.<p><pre><code> rsh blinky ftp homer</code></pre>
评论 #22432560 未加载
评论 #22432491 未加载
runarbergabout 5 years ago
Previously posted 6 years ago: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=7937070" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=7937070</a>
exdsqabout 5 years ago
This is cool - CSS art is one of the first things I tried when learning to program. I wonder if we will ever see a CSS art exhibition at a gallery or something.<p>Krusty looks pretty terrifying though.
评论 #22432619 未加载
MR4Dabout 5 years ago
583 lines of CSS just to create Homer!!<p>Wow, with this, you don&#x27;t need a resume, and can probably quote <i>any</i> price you want.<p>Very impressive!!
leeoniyaabout 5 years ago
these are still no match for <a href="https:&#x2F;&#x2F;github.com&#x2F;cyanharlow&#x2F;purecss-francine" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cyanharlow&#x2F;purecss-francine</a>
ak39about 5 years ago
Damn, this is dope! (Learnt that from my sons)<p>Now just give me a design surface tool that takes my raster drawn images and converts it to these CSS and I will be on it like a rash.
评论 #22433112 未加载
z3t4about 5 years ago
SVG would be a better fit. Hand written SVG is underrated. But maybe it would not be difficult enough to make them in SVG. Whenever you feel the CSS get a bit hacky, like backgrounds with round shapes, it can usually be solved in a few lines of SVG. SVG also has classes and CSS, yes you can have CSS in SVG for style reusability and abstraction. You can also create SVG on the fly using JavaScript.
评论 #22432230 未加载
评论 #22432148 未加载
jiofihabout 5 years ago
Needs (2015) tag.
itabout 5 years ago
Nice work! Can you describe the process?
A4ET8a8uTh0about 5 years ago
That is neat. It only goes to show that it is often not just about tools, but about the artist behind them.
chrisweeklyabout 5 years ago
Mods: consider adding (2014) to title?
rambojazzabout 5 years ago
Seriously, how are these things made? Is there a GIF2CSS converter or anything like that?
评论 #22432246 未加载
评论 #22432566 未加载
AdmiralAsshatabout 5 years ago
Spot-on! They even do the creepy blinking animation like the Simpsons arcade game!
jonlucaabout 5 years ago
This is really cool. Everyone looks a bit... wispy? though
cryptozeusabout 5 years ago
This is crazy good, didn’t know css has come this far.
评论 #22432183 未加载
mwexlerabout 5 years ago
Love the blinking!
calcarabout 5 years ago
digging a cave with a spoon. if hand-made, hat off to patience
dillonmckayabout 5 years ago
No date in title?<p>This is a classic.
ww520about 5 years ago
Very nicely done!
vivanchukabout 5 years ago
That&#x27;s crazy!
sleepychuabout 5 years ago
If you like css art... <a href="https:&#x2F;&#x2F;a.singlediv.com" rel="nofollow">https:&#x2F;&#x2F;a.singlediv.com</a>
评论 #22432262 未加载
评论 #22432146 未加载
brainscdfabout 5 years ago
Fun question: Is CSS Turing complete yet?