We are independent & ad-supported. We may earn a commission for purchases made through our links.

Advertiser Disclosure

Our website is an independent, advertising-supported platform. We provide our content free of charge to our readers, and to keep it that way, we rely on revenue generated through advertisements and affiliate partnerships. This means that when you click on certain links on our site and make a purchase, we may earn a commission. Learn more.

How We Make Money

We sustain our operations through affiliate commissions and advertising. If you click on an affiliate link and make a purchase, we may receive a commission from the merchant at no additional cost to you. We also display advertisements on our website, which help generate revenue to support our work and keep our content free for readers. Our editorial team operates independently from our advertising and affiliate partnerships to ensure that our content remains unbiased and focused on providing you with the best information and recommendations based on thorough research and honest evaluations. To remain transparent, we’ve provided a list of our current affiliate partners here.

What Are Open Source Game Engines?

By Eugene P.
Updated May 17, 2024
Our promise to you
WiseGEEK is dedicated to creating trustworthy, high-quality content that always prioritizes transparency, integrity, and inclusivity above all else. Our ensure that our content creation and review process includes rigorous fact-checking, evidence-based, and continual updates to ensure accuracy and reliability.

Our Promise to you

Founded in 2002, our company has been a trusted resource for readers seeking informative and engaging content. Our dedication to quality remains unwavering—and will never change. We follow a strict editorial policy, ensuring that our content is authored by highly qualified professionals and edited by subject matter experts. This guarantees that everything we publish is objective, accurate, and trustworthy.

Over the years, we've refined our approach to cover a wide range of topics, providing readers with reliable and practical advice to enhance their knowledge and skills. That's why millions of readers turn to us each year. Join us in celebrating the joy of learning, guided by standards you can trust.

Editorial Standards

At WiseGEEK, we are committed to creating content that you can trust. Our editorial process is designed to ensure that every piece of content we publish is accurate, reliable, and informative.

Our team of experienced writers and editors follows a strict set of guidelines to ensure the highest quality content. We conduct thorough research, fact-check all information, and rely on credible sources to back up our claims. Our content is reviewed by subject matter experts to ensure accuracy and clarity.

We believe in transparency and maintain editorial independence from our advertisers. Our team does not receive direct compensation from advertisers, allowing us to create unbiased content that prioritizes your interests.

Open source game engines are frameworks used to help create games for computers, consoles and other devices. Providing the core game engine can help programmers to focus more on the game logic and less on basic aspects such as displaying graphics, playing sound or networking. There are a number of open source game engines available, each geared toward creating a specific type of game. Some engines allow for vast three-dimensional (3D) worlds, while others focus on optimized two-dimensional (2D) graphics that can be played on handheld or mobile devices. When engines are developed as open source, the benefit is that an enthusiastic community of players can help to develop and test the engine.

A game engine is different from a completed game, because it contains only the abstracted, core elements of the program code, such as the ability to display graphics. The engine does not contain any game data or any game logic. This means most engines require more programming and development on top of what is provided if a completed game is to be created. There are a small amount of open source game engines that do allow a point-and-click approach to development, but these are rare and limited in their power.

There are different types of open source game engines designed to handle different aspects of a game. Some are designed to handle all aspects of a game, from graphics to input, while others are designed to handle certain areas, such as audio. Unlike some game engines that are not open source, these will always include the source code, allowing them to be seamlessly integrated into the completed game. It also means the code can be modified to meet the needs of the programmer.

Most of the open source game engines that are available support special scripting languages. These languages can be used to customize the performance of the game engine without the need to recompile the source code. These scripting languages also can sometimes be used to define the game logic, or how the game is played, without the needed to write and compile actual code files.

Developing a game with open source game engines can help to reduce the amount of time needed to code functions that many others have already done, but it also can lead to some problems. For one, anyone can have access to the game engine code and might be able to exploit bugs and glitches to gain an advantage in the game. Another problem could be inherent flaws inside the engine code that could be very difficult to find because the code was written by a third party. Open source game engines also cannot, in general, be used for commercial game development, because of the license, so the games created with them cannot be sold.

WiseGEEK is dedicated to providing accurate and trustworthy information. We carefully select reputable sources and employ a rigorous fact-checking process to maintain the highest standards. To learn more about our commitment to accuracy, read our editorial process.

Discussion Comments

By Logicfest — On Dec 26, 2014

@Melonlity -- A lot of those open source game engines do not come from commercial game manufacturers. Often, they are from the Linux community and other groups that believe in developing great software and giving it away for free so other people can add to it, improve it and use it to make great programs.

That philosophy covers everything from the Linux operating systems to free office suites for all popular operating systems. It is no surprise that some game programmers have joined in those efforts, is it?

By Melonlity — On Dec 26, 2014

These open source game engines make absolutely no sense to me. Why on earth would any of the big game manufacturers give their stuff away for free?

We see often how companies will develop a racing engine, fighting engine or something else and then use that for several games before either updating it or developing something completely new. Why would those companies give away their proprietary designs to competitors?

Perhaps they release those engines as open source after new engines are developed and kept under lock and key. Still, giving away things that cost millions of dollars to research doesn't make much sense.

WiseGEEK, in your inbox

Our latest articles, guides, and more, delivered daily.

WiseGEEK, in your inbox

Our latest articles, guides, and more, delivered daily.