惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 司徒正美
大猫的无限游戏
大猫的无限游戏
腾讯CDC
J
Java Code Geeks
博客园 - 【当耐特】
Microsoft Azure Blog
Microsoft Azure Blog
V
Visual Studio Blog
人人都是产品经理
人人都是产品经理
博客园 - Franky
博客园 - 聂微东
阮一峰的网络日志
阮一峰的网络日志
美团技术团队
云风的 BLOG
云风的 BLOG
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
U
Unit 42
雷峰网
雷峰网
B
Blog RSS Feed
博客园_首页
量子位
F
Fortinet All Blogs
罗磊的独立博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More
酷 壳 – CoolShell
酷 壳 – CoolShell
C
Check Point Blog

Latest from Tom's Hardware in News

Analytics group signals possible delays at 40% of AI data center construction sites — companies deny schedule holdups, but satellite imagery indicates otherwise Intel hires tenured Samsung exec to lead Foundry Services — signals company focus on winning business from potential Foundry suitors Elon Musk pushing forward with Terafab at Microsoft's April patch puts Windows domain controllers into reboot loops — third known issue from KB5082063… AMD Ryzen 9 9950X3D2 appears on Amazon with $1,000 pre-order price — AMD confirms recommended pricing is still set… AMD's market cap hits all-time high, Intel hits 25-year high on Agentic AI's insatiable demand for CPUs Meta raising Quest headset prices due to AI-driven RAM shortage — Quest 3 to cost $600, Quest 3S $350 from April… Elegoo announces the Jupiter 2 resin 3D printer for $949, early bird price of $849 — new model offers massive print volume but is still physically smaller than previous models Pragmata PC performance tested: 18 GPUs take us to the Moon Chinese fabs import record volumes of US chipmaking equipment via Singapore and Malaysia — homegrown tool makers booked record 2025 revenues as price competition squeezes margins US appeals court restarts $3 billion patent infringement lawsuit against Intel — VLSI case from 2017 returns after… Two US citizens get combined 16 years in prison for running North Korean laptop farms — fake remote IT work scheme netted DPRK $5 million in around three years Intel launches Wildcat Lake as Core Series 3 for value laptops and edge systems — six consumer SKUs built on 18A promise Legendary Qualcomm, Apple, and Nuvia alumni form new CPU startup — Nuvacore promises to Bambu updates its 3D printers to print unique hues or gradients using two or three filaments — company acknowledges OrcaSlicer-FullSpectrum fork as the basis for the color prediction part of the new feature Broadcom to supply Meta with custom silicon through 2029 — Broadom CEO Hock Tan departs Meta Anonymous perps behind 86 million files scraped from Spotify hit with $322 million court judgement — Anna Non-functioning counterfeit Samsung 990 Pro SSDs are circulating in Europe — Despite convincing packaging, blue… Oklahoma farmer arrested and jailed for trespassing during AI data center town hall — removed by officers after going a few seconds over allotted speaking time, trying to hand paperwork to counselors Virginia voter support for new data centers collapses from 69% in 2023 to 35% in new poll — Multi-gigawatt, 37-building Digital Gateway project abandoned Struggling shoemaker and apparel brand Albird pivots to AI data centers, stock jumps 580% in a single day — sells core business and leveraging $50 million in financing to become a GPU-as-a-Service and AI cloud solutions provider IPv6 usage reaches historic 50% across Google services, matching IPv4 — increased usage eases pressure on the IPv4 address market as 'new' protocol designed in 1998 finally hits its stride Engineer open-sources DIY radar system that's 95% cheaper than $250,000 commercial offerings, has 20 kilometer range — Moroccan engineer designs Aeris-10 radar, shares it on GitHub Elon Musk demonstrates first sample of Tesla AI5 processor, accidentally thanks TSC rather than TSMC  — claims 40X performance boost over the predecessor Valve might be adding a 30-day price tracker to Steam — feature is already available in some EU countries to spoof… Memory cards and flash drives prices rocket 124%, some products peak at 261% jump — increases from 2025 driven by AI chip shortage across a range of formats and capacities Netgear secures conditional approval from the FCC following router ban — company can continue importing foreign-made routers through October 2027 China tests deep-sea electro-hydrostatic actuator that can cut undersea cables at a depth of 3,500 meters — state hails successful trial and hints at deployment readiness Iran reportedly bought an in-orbit Chinese satellite to target US military sites in the Middle East — purchase agreement included ongoing ground control services based in China Our lifestyle tech colleagues at Tom's Guide have overhauled their site for smarter shopping — more video and access to experts make it 'the biggest relaunch in our history'
Developer creates a basic first person shooter game using...
Zak Killian · 2026-04-27 · via Latest from Tom's Hardware in News
A screenshot from the PlayCanvas FPS game made with gaussian splats showing impressive visual realism.
(Image credit: Future)

It's true: London-based developer Iakov Sumygin has created a minimalistic playable video game using Gaussian splats for the environment data, and you can load it up and try it right now in your browser. There's not much to do, but we're a tech site, not a dedicated gaming site, and so, as you could imagine, the more interesting part of this story is the technology behind it rather than the extremely basic FPS gameplay.

To understand this post, you're going to have to understand what Gaussian splats are. If you're familiar with the concept of volume pixels, or "voxels," Gaussian splats can be thought of as "voxels of variable size and density." They're not really like voxels; they don't exist in a fixed grid, and they aren't physicalized the same way voxels are. In essence, Gaussian splats are a data type that you can use for representing a 3D world with extremely high visual fidelity, legitimately photo-realistic quality, yet with a modest rendering cost.

Article continues below

A screenshot of the PlayCanvas editor showing the 3D environment made by the splat-transform tool.

A screenshot of the PlayCanvas editor showing the 3D environment made by the splat-transform tool. (Image credit: Iakov Sumygin)

Gaussian splats are a fairly new technology; while the core idea dates back to Lee Westover's work in the early 1990s, the modern version mostly stems from a paper published by French researchers in 2023 that refined the concept. Since then, the tech has been developed and used quite a bit; last year's Superman movie famously used Gaussian splats for complex visual effects, while musician A$AP Rocky has released music videos with the technique, including one ("HELICOPTER") based on a newer "4D Gaussian Splatting" method that bakes a temporal element into the capture, allowing for moving objects.

Now, you'll notice I said "visual" fidelity above, and therein lies the rub: Gaussian splats can't really be used for interactive media because they don't capture anything about the world except how it looks. Or can they? That's the real innovation of Sumygin's work: taking a pre-made scan of an abandoned building and running it through specialized tools (which he created) to voxelize the splats and create a collision mesh. Boom: workable 3D geometry for a video game.

A screenshot from the PlayCanvas FPS game made with gaussian splats showing an enemy character with poor lighting.

The baked lighting looks good on the gun, but doesn't apply very well to the characters, and there aren't any shadows. (Image credit: Future)

After that, he baked a lighting grid to apply lighting to the object and character models he imported to the project, vibe-coded a basic AI and pathfinding method for the enemy soldiers, and dropped the whole thing on PlayCanvas, which is a browser-based game engine platform owned by Snap, the company that Sumygin works for. (Yes, that's the SnapChat guys.)

Speaking as a gamer, the demo isn't particularly interesting as a video game. There's one clumsy-looking gun, one enemy model with very static animations, many bugs (my gun was eating more ammo per shot every time I reloaded it), and it's very easy to break, such as by falling through the world. I'm also not as taken with the visuals as some people seem to be. While it does indeed look convincingly photorealistic at points, fine detail is basically nil; in parts, it reminds me of Id Software's Rage, which had gorgeous graphics until you looked too closely at things. Frankly, Unreal Engine 5 projects like Unrecord and Bodycam do the same thing better.

Get Tom's Hardware's best news and in-depth reviews, straight to your inbox.

A screenshot from the PlayCanvas FPS game made with gaussian splats showing poor up-close detail.

Low-quality up-close detail like this will continue to be a challenge for environments captured with this technology. (Image credit: Future)

It's really what Sumygin's little game represents that is interesting, because Sumygin's project is completely fascinating from a technical perspective. He doesn't say how long it took him to make, but now that the tooling is done, it should be relatively straightforward and quick for anyone to 3D scan an environment and create a game with impressive visuals based in that environment. It's quite fascinating as a concept. Oh, and the whole project is under 100 megabytes, which is also quite impressive for the level of detail.

If you're a developer interested in the technique, Sumygin's project is completely open-source over on PlayCanvas, including the assets that he used. Frankly, the project is mostly an advertisement for his company's SuperSplat product, but it's an effective one, and it gives a tantalizing glimpse into what could be a very handy tool in the game developers' toolbox.

Follow Tom's Hardware on Google News, or add us as a preferred source, to get our latest news, analysis, & reviews in your feeds.

Google Preferred Source

Zak is a freelance contributor to Tom's Hardware with decades of PC benchmarking experience who has also written for HotHardware and The Tech Report. A modern-day Renaissance man, he may not be an expert on anything, but he knows just a little about nearly everything.