Skip to main content
GameDev.net gamedev.net
Developer Blog

This is a developer's personal perspective or experience. Views expressed are those of the author.

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

Gamefromscratch
Gamefromscratch Blog
· 1 month, 2 weeks ago • Mike

Esoterica Game Engine

Briefing

Esoterica is a new free and open-source game engine written in C++, with Bobby Anguelov leading the project and Kirill Bazhenov contributing the renderer. Both bring shipped-title experience, which makes the engine immediately more interesting than a typical hobby framework. The positioning is clear: this is not trying to be a universal, beginner-first engine, but a focused codebase for developers who want to study or build on something more substantial.

For engine programmers, the main draw is the combination of open source access and production experience. A renderer from someone who has shipped games can be especially valuable because it often reflects practical tradeoffs around frame pacing, asset handling, and platform constraints rather than purely academic design. That makes Esoterica worth watching even if teams never adopt it directly, since it can still serve as a reference for architecture and rendering decisions.

The exact feature set, supported platforms, and licensing details haven’t been broadly established in the available information, so the immediate value is less about a polished product and more about the quality of the people behind it. In an ecosystem crowded with engines that promise everything, a smaller project with experienced hands can be useful precisely because it may stay opinionated and technically grounded. Developers looking for a new codebase to inspect, extend, or compare against existing engines will likely want to keep an eye on it.

“It is a C++ based free and open source game engine”

— Project description · Core positioning of Esoterica
At a glance
what
Esoterica is a new free and open-source C++ game engine.
who
The project is led by Steam employee Bobby Anguelov, with renderer work by Kirill Bazhenov.
who
Both developers have shipped games before.
impact
It gives engine programmers a new open codebase to study, extend, or potentially build on.
Signal Positive

Experienced team and open source make it promising.

Discuss

Follow Steam updates

See relevant stories in your personalized news feed.

Sign in to follow

Continue on GameDev.net

Useful next steps related to this story.

Game development news without the noise

One useful weekly briefing. No daily flood.

Sending your confirmation email…

Discussion

Loading comments...

Recommended resources

Graphics Programming Resources

See full guide
Real-Time Rendering, Fourth Edition cover
Editor pick Community pick

Real-Time Rendering, Fourth Edition

Amazon · Book

Real-Time Rendering combines fundamental principles with guidance on the latest techniques to provide a complete reference on three-dimensional interactive computer graphics. It will help you increase speed and improve image quality and learn the features and limitations of acceleration algorithms and graphics APIs. This latest fourth edition has been updated to include a chapter on virtual reality and augmented reality and covers new topics such as visual appearance, global illumination, and curves and curved surfaces. It is for anyone serious about computer graphics who wants to learn about algorithms that create synthetic images fast enough that the viewer can interact with a virtual environment.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.

Programming with wgpu in Rust cover
Editor pick

Programming with wgpu in Rust

Amazon · Book

Unlock the full power of modern graphics programming with wgpu and Rust. This comprehensive guide takes you from foundational GPU concepts to advanced real-time rendering and compute techniques—equipping you to build fast, safe, and cross-platform graphics applications. Written for intermediate to advanced Rust developers, this book provides clear explanations, hands-on examples, and detailed insights into how GPUs process and render data. You’ll explore everything from the fundamentals of buffers, shaders, and pipelines to advanced topics like deferred rendering, shadow mapping, and GPU compute workloads.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.