What game engine does Factorio use?

What game engine does Factorio use? Factorio is written using the Allegro[liballeg.org] library, but it is only used for cross-platform availability, sprite handling and audio output. The game engine itself is pure C++ because of (1) performance reasons and (2) it’s the programming language the devs are most familiar with.

Factorio is written using the Allegro[liballeg.org] library, but it is only used for cross-platform availability, sprite handling and audio output. The game engine itself is pure C++ because of (1) performance reasons and (2) it’s the programming language the devs are most familiar with.

Is Factorio made with Unity?

Re: What is factorio made in? It’s a custom engine written in c++ with allegro for graphics. Infinite worlds are quite messy with unity3d anyway.

What does Factorio run on?

The Supported platforms are: Windows 10, 8, 7, Vista. macOS Mojave, High Sierra, Sierra; MacOS X El Capitan, Yosemite. Linux (tarball installation).

What is Factorio written in?

Factorio is written in C++ which has an old-school-textually-include-stuff approach to referencing objects in other files. This means that the compile time goes up fast with the growing codebase. Compile time is very unproductive kind of time. And it has been going up steadily.

What game engine does Factorio use? – Related Questions

Is Factorio written in Lua?

In the videogame Factorio, Lua is used for creating mods and scenarios (expanding the game with scripting)