Are game engines software frameworks? A three-perspective study

Cristiano Politowski, Fabio Petrillo, João Eduardo Montandon, Marco Tulio Valente, Yann-Gaël Guéhéneuc

Venue: Journal of Systems and Software

Date: Jan 2021

Published: https://doi.org/10.1016/j.jss.2020.110846

Pre-print: https://arxiv.org/abs/2004.05705

method

Abstract

Game engines help developers create video games and avoid duplication of code and effort, like frameworks for traditional software systems.

In this paper, we explore open-source game engines along three perspectives: literature, code, and human. First, we explore and summarise the academic literature on game engines. Second, we compare the characteristics of the 282 most popular engines and the 282 most popular frameworks in GitHub. Finally, we survey 124 engine developers about their experience with the development of their engines.

We report that: (1) Game engines are not well-studied in software-engineering research with few studies having engines as object of research. (2) Open-source game engines are slightly larger in terms of size and complexity and less popular and engaging than traditional frameworks. Their programming languages differ greatly from frameworks. Engine projects have shorter histories with less releases. (3) Developers perceive game engines as different from traditional frameworks. Generally, they build game engines to (a) better control the environment and source code, (b) learn about game engines, and (c) develop specific games.

We conclude that open-source game engines have differences compared to traditional open-source frameworks although this differences do not demand special treatments.

Bibtex

@article{Politowski2021,
    title = {Are game engines software frameworks? A three-perspective study},
    journal = {Journal of Systems and Software},
    volume = {171},
    pages = {110846},
    year = {2021},
    issn = {0164-1212},
    doi = {https://doi.org/10.1016/j.jss.2020.110846},
    author = {Cristiano Politowski and Fabio Petrillo and João Eduardo Montandon and Marco Tulio Valente and Yann-Gaël Guéhéneuc},
    keywords = {Game-engine, Framework, Video-game, Mining, Open-source},
}