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.

Behind the pretty frames: Resident evil

108 pointsby nbaksalyaralmost 3 years ago

5 comments

lelandfealmost 3 years ago
Warning that this is an, all told, <i>1GB</i> page (on desktop): <a href="https:&#x2F;&#x2F;i.imgur.com&#x2F;HbMMuzt.png" rel="nofollow">https:&#x2F;&#x2F;i.imgur.com&#x2F;HbMMuzt.png</a><p>To the author, I highly recommend using WEBP everywhere[0], and never directly using the `full` image size[1]. The GIFs are also killing you, equivalent OGV&#x2F;MP4 would be tiny. ...It also looks like the site is suffering from a bad WP Super Cache (TTFB of &gt;30s).<p>[0] Lossless reduces by 20%. 99 quality reduces size &gt;60% <a href="https:&#x2F;&#x2F;make.wordpress.org&#x2F;core&#x2F;2021&#x2F;06&#x2F;07&#x2F;wordpress-5-8-adds-webp-support&#x2F;" rel="nofollow">https:&#x2F;&#x2F;make.wordpress.org&#x2F;core&#x2F;2021&#x2F;06&#x2F;07&#x2F;wordpress-5-8-add...</a><p>[1] All other sizes get compressed. Use `add_image_size()` to create a bigger size if needed, and the filter `wp_editor_set_quality` fine tunes compression. (Be sure to regenerate thumbnails)
评论 #32210192 未加载
jeppesteralmost 3 years ago
I think a lot of gamers would be much more humble if they read a couple of these articles from start to finish.<p>I&#x27;m always embarrassed to be a gamer myself when I read comments like &quot;this looks like [insert old hardware] graphics!&quot; from people who are not only always exaggerating, but also totally oblivious to the amount work that went into whatever they are criticising.
评论 #32208785 未加载
评论 #32210298 未加载
评论 #32208531 未加载
评论 #32208045 未加载
atombenderalmost 3 years ago
Great article. As an aside, the unshaded &quot;color&quot; GBuffer channel [1] makes me want a game that&#x27;s fully lit like that.<p>The original Resident Evil game for PS1 was (because of technical limitations back then) comparatively brightly lit, and it lent the game a weird atmosphere — you have the normalcy of the house, but intruded upon by the supernatural. It&#x27;s scary in a different way than the newer games, which are darkly lit and rely on jump scares.<p>The only recent game that comes to mind is Control, and only certain parts of it.<p>There are a few movies that are lit more naturalistically — The Shining and Day of the Dead come to mind — and I love the effect.<p>[1] <a href="https:&#x2F;&#x2F;mamoniem.com&#x2F;wp-content&#x2F;uploads&#x2F;2022&#x2F;07&#x2F;re_gbuffer_draw_out_color_rgb-scaled.jpg" rel="nofollow">https:&#x2F;&#x2F;mamoniem.com&#x2F;wp-content&#x2F;uploads&#x2F;2022&#x2F;07&#x2F;re_gbuffer_d...</a>
sdwralmost 3 years ago
These are great technical articles, really amazing level of detail + clarity. I wish the author editorialized a little more, and judged&#x2F;explained how optimized the game is. His Elden Ring article explained why the game had microstutter and low fps (from memory, it was redrawing some frame buffers too often and didn&#x27;t have low poly models for distant objects), but it was buried halfway through a textbook&#x27;s worth of information.
kelsolaaralmost 3 years ago
Huge high quality work, thanks for that!