Play2Moon
/Fenris Creations Open-Sources Carbon Engine Powering EVE Frontier Blockchain Game
News

Fenris Creations Open-Sources Carbon Engine Powering EVE Frontier Blockchain Game

Fenris Creations released the full source code for Carbon on July 1, giving blockchain developers free access to the 20-plus-year-old MMO engine that powers both EVE Online and EVE Frontier.

E
Editorial
6 min read
TL;DR

Fenris Creations (formerly CCP Games) open-sourced Carbon on July 1, 2026, releasing more than two dozen MMO engine modules built over 20 years as open source on GitHub. Carbon powers both EVE Online and EVE Frontier, the company's Ethereum blockchain game. Blockchain game developers can now study and build from one of the most battle-tested large-scale MMO codebases ever made.

  • Carbon is now fully open source on GitHub as of July 1, 2026
  • The release includes 24-plus modules including Destiny (physics/pathfinding) and Trinity (graphics)
  • Carbon powers EVE Online's single-shard universe and a Guinness World Record 8,825-player PVP battle
  • EVE Frontier, Fenris Creations' Ethereum blockchain game, runs on this same Carbon foundation
  • Fenris Creations released Carbon, the engine behind EVE Online and EVE Frontier, as open source on July 1, 2026
  • The release includes over 24 modules refined across more than two decades of production use
  • Key modules include Destiny (physics simulation and pathfinding) and Trinity (graphics rendering)
  • Carbon has handled some of the most technically demanding events in gaming history, including an 8,825-player PVP battle
  • EVE Frontier, the company's Ethereum blockchain game, runs on the same Carbon foundation
  • Fenris Creations rebranded from CCP Games in May 2026 following a corporate separation
  • The full codebase is now on GitHub for developers to study, fork, and adapt

Fenris Creations, the studio formerly known as CCP Games, released the complete source code for Carbon on July 1, 2026. Carbon is the game engine framework that powers both EVE Online and EVE Frontier, the company's Ethereum-based blockchain game. The release makes more than two dozen modules, built and refined across twenty-plus years of MMO development, publicly available as open source on GitHub. source

For blockchain game developers, this is a significant event. Carbon is not a toy engine or a modern rebuild optimized for accessibility. It is the actual production system behind one of the most technically demanding online games ever shipped.

What Carbon Is

Carbon is a cross-platform game engine framework with over 24 modules developed across two decades. It includes Destiny, Carbon's physics simulation and pathfinding technology, and Trinity, Carbon's graphics module. source

The engine has been stress-tested in conditions that almost no other production engine has faced. EVE Online runs as a single-shard persistent universe, meaning all players across the game share the same server state simultaneously. Carbon powered the largest player-versus-player battle in video game history: a Guinness World Record-setting engagement with 8,825 players in the same fight at the same time. source

EVE Frontier is the blockchain-native iteration of this universe. Built on Ethereum, it uses Carbon as its technical foundation while layering on-chain mechanics: verifiable item ownership, player-driven markets secured by smart contracts, and open modding APIs. The engine handling EVE Online's complex economy is the same one running EVE Frontier's on-chain economy.

Worth Noting

Worth noting: Fenris Creations renamed itself from CCP Games in May 2026 after separating from its parent company and going independent. The timing of the open-source release, just weeks after the rebrand, suggests the company sees transparency as a core part of its new identity rather than a PR move.

What Is Inside the Release

Fenris head of engineering Ben Hunter explained the motivation: "making that foundation visible, understandable, and useful to others." source

The full GitHub release gives developers access to the actual Carbon codebase, not a stripped-down reference edition. In practice, that means any team building a blockchain MMO can now study how a 20-year production system handles:

  • Large-scale concurrent player interactions in a single shared world
  • Physics simulation at MMO scale across thousands of moving objects
  • Pathfinding in persistent environments that cannot be paused or reset
  • Graphics rendering tuned for a continuously running persistent world

This is genuinely hard engineering that smaller studios typically have to approximate or build from scratch. Having Carbon available as a reference, or as a starting point for forks, lowers the technical barrier to building large-scale blockchain games in a meaningful way.

Tip

Tip: The Carbon repository is now live on GitHub under Fenris Creations. If you are a developer building a blockchain MMO or large-scale multiplayer game, browsing the module structure is worth several hours of your time even if you plan to use a different engine. The architecture decisions inside a 20-year production system are a better education than most game development courses.

What This Does Not Mean

Open-sourcing Carbon does not mean EVE Frontier is being wound down or handed to the community. Fenris Creations will continue developing both EVE Online and EVE Frontier using Carbon internally. The code being public does not change EVE Frontier's blockchain economy, its existing NFT structures, or its Ethereum token mechanics.

It also does not mean Carbon is easy to pick up. This is a production engine with two decades of accumulated complexity, patterns, and institutional knowledge baked in. Teams that try to use it directly will face a steep learning curve. The code is most immediately valuable as a study resource and as a set of reference implementations for specific hard problems.

Risk Factor

Risk factor: Carbon was designed for one specific style of game: a large-scale persistent space simulation. Teams trying to adapt it for fundamentally different genres such as mobile casual games, turn-based blockchain titles, or low-latency shooters will find more friction than value. The open-source release is most useful to studios building squarely in the large-scale MMO space with experienced engineering teams.

What This Means for Players

If you play EVE Frontier, the open-source release signals something about how Fenris Creations thinks about its relationship with the community. Transparent engineering builds a different kind of trust than marketing.

For regular players, nothing in the game changes immediately. EVE Frontier's economy, on-chain mechanics, and gameplay stay the same. Over time, however, you may see third-party tools, community mods, and independently built experiences that use direct access to Carbon's internals in ways that would not have been possible before this release.

For the broader blockchain gaming space, this is the most significant open-source infrastructure release in the sector in years. Whether other studios take it seriously and actually use it will be a test of how mature the industry has become.

Frequently Asked Questions

What is EVE Frontier

EVE Frontier is Fenris Creations' Ethereum-based blockchain game set in the EVE universe. It features a player-driven economy backed by on-chain smart contracts, verifiable item ownership backed by Ethereum, and open modding support. It is a distinct product from EVE Online but built on the same Carbon engine and sharing the EVE universe lore.

Who is Fenris Creations

Fenris Creations was known as CCP Games until May 2026, when it rebranded after going independent from its previous parent company. The studio is the original creator of EVE Online and has been developing EVE Frontier as its dedicated blockchain gaming product.

Can I use the Carbon engine to build my own game

Yes, the code is now open source on GitHub. However, Carbon is a complex production engine shaped by two decades of specific requirements from a large-scale space MMO. Smaller teams should expect significant ramp-up time. It is more practically useful as a reference and study resource than as a drop-in foundation unless your team has deep MMO engineering experience and the resources to adapt it.

Does the open-source release affect EVE Frontier's token or in-game economy

No. Open-sourcing the engine has no effect on EVE Frontier's Ethereum-based economy, its existing token mechanics, or its NFT structures. The code release is a technical and community transparency move, not a tokenomics or gameplay change.

EVE FrontierFenris CreationsCarbon EngineOpen SourceEthereumCCP GamesMMO

Related Articles