Rixel: A 98% Cut in Texture Memory, and Why It Matters
Rixel texture compression is a proprietary graphics memory optimization technique developed by 4J Studios for its survival sandbox game Reforj, designed to store shape-rich texture data far more efficiently than traditional pixel grids so that 512×512 textures drop from megabytes to kilobytes while keeping a distinctive voxel-style visual identity. This is not a minor tweak to an existing engine; it is a bold bet that texture memory, not polygon count, is the real bottleneck in modern survival game engine tech. High-definition textures are a major memory hog, often making even 8GB graphics cards feel cramped. By turning textures from static, heavy assets into compact, shape-aware data, 4J Studios is attacking the problem at its source rather than layering more clever streaming on top. If you care about lively sandboxes that run smoothly on modest hardware, this shift deserves attention.
From Minecraft Ports to Reforj: Why 4J Had to Invent Rixels
4J Studios is best known for bringing Minecraft to consoles, but Reforj is where the team gets to build its own survival game engine tech from scratch. Reforj borrows the voxel DNA—colorful blocks, exploration, building—but the studio wanted a world that feels familiar without copying Minecraft’s angular, cartoon look. As Reforj grew, 4J’s chairman explains they were using standard 512×512 textures until it became clear they were “going to run ourselves into a wall with space,” and that “The Rixel was our response to a problem with texture size.” Instead of compromising on scope or fidelity, the team chose the harder path: redesign the entire visual layer. Rixels meant a complete ground-up rework for the game, but the payoff is a brighter, smoother world where carved and sculpted shapes replace rigid cubes. That kind of overhaul is expensive in time and risk, yet it is exactly what innovation in game graphics memory optimization looks like.
How Rixels Work: Shapes, Not Squares, at Texture Level
Under the hood, Rixels start from a simple idea: make textures understand shape, not just color. 4J’s CTO says Rixels are stored in textures similar to pixels, but with extra information about which shape lives at each pixel location. Traditionally, voxels are cubes; Reforj extends that into all sorts of shapes that can sit inside a cube, then applies a two-dimensional equivalent in its textures. The result is a texture grid that encodes geometry-like detail without inflating memory. Quantitatively, 4J reports that a 512×512 texture in Reforj used to require 4MB, and with Rixels that drops to 72KB—a reduction of 98.2%. That quotable number should make any engine developer pause. Where most engines fight memory bloat with compression and streaming tricks, Rixel texture compression rewrites what a texel represents. It is less patch and more paradigm shift.
Performance, Player Experience, and the Next Wave of Voxel Sandboxes
Rixels are not an academic exercise; they target the everyday pain of performance dips in big block-building games. As worlds get more detailed and carved into smooth shapes, traditional voxel titles often become restrictive on frame rate. 4J framed the challenge plainly: could they build an engine that keeps a persistent 60 frames per second in this genre, which “for a player it would transform their experience”? By slashing texture memory to 72KB per 512×512 grid, the engine frees space for more textures, more blocks, and more detail without choking hardware. The Element Engine, the foundation beneath Reforj, is being tuned around this idea of consistency: not spectacular benchmarks on high-end PCs, but reliable performance in sprawling sandboxes. That mindset is overdue. If voxel sandboxes want to grow beyond their current visual ceiling, they must treat memory as design, not an afterthought, and Rixel-based game graphics memory optimization is a strong example of that.
A Proprietary Leap: Why Rixels Challenge the Status Quo
The most provocative part of Rixels is that they do not exist in competing engines. 4J’s chairman calls the technology “brand new” and notes that “This does not exist anywhere else,” an unusual claim for a modern game. He admits the concept feels deceptively simple, and that the team assumed someone had done it already—until they found no prior work and applied for a patent. “Nobody’s ever done it the way we’ve done it,” he adds, underscoring that this is proprietary survival game engine tech, not a generic plugin. That exclusivity cuts both ways. On one hand, it could give Reforj a distinct, unmistakable look and smoother performance in a crowded field of voxel sandboxes. On the other, it puts pressure on giant engines that have settled into familiar texture pipelines. 4J is open to licensing, even to other mediums like graphic design tools, but their priority is clear: use Rixels to make Reforj’s experience the “single best” voxel sandbox they can build.






