GENERATION OF GRAPHIC OBJECTS IN THE GODOT ENGINE USING PARALLEL COMPUTATION METHOD

Authors

DOI:

https://doi.org/10.28925/2663-4023.2025.27.768

Keywords:

graphic object generation, Godot, noise algorithms, asynchronous generation, multithreading, benchmarking, parallel computation

Abstract

This article presents a study of graphic object generation methods in the Godot game engine using parallel computing. The main focus is on the efficient use of computational resources to improve the performance of graphic content generation in dynamic game environments.

The research conducted a detailed analysis of four main categories of graphic object generation algorithms actively used in the Godot Engine ecosystem: noise-based algorithms (Perlin, OpenSimplex), which are used to create natural landscapes and textures; cellular automata, which allow modeling organic structures; Wave Function Collapse (WFC), which is used to generate structured levels with connection rules; and L-systems, which are effectively used to generate fractal structures, particularly vegetation. For each type of algorithm, the potential for parallelization and factors limiting their efficiency on multi-core systems were determined.

The problem identified during the analysis is the presence of a significant proportion of sequential computations in generation algorithms, which, according to Amdahl's Law, substantially limits the maximum possible speedup even when increasing the number of computational cores. A mathematical model is proposed for estimating potential speedup in the context of graphic object generation, allowing more accurate prediction of the performance of different algorithms on multi-core systems.

As part of the research, an innovative optimization approach was developed, based on the chunk generation method, where graphic objects are divided into spatially localized elements with minimal inter-element dependencies. The key feature of the proposed approach is asynchronous chunk generation and localization of coordinate calculations, which significantly reduces the proportion of sequential operations and, consequently, greatly increases the potential speedup according to Amdahl's Law.

For an objective evaluation of the developed method's effectiveness, a series of experiments was conducted, including benchmarking on different types of graphic objects using the built-in Godot Engine tools. The measurement methodology was based on decomposing the algorithm into logical phases and analyzing changes in execution time with a gradual increase in the number of threads. The experimental results demonstrated a significant reduction in the proportion of sequential computations for all types of graphic objects when applying the chunk approach, confirming the effectiveness of the proposed method.

The research results have practical significance for optimizing game development based on the Godot Engine and can be adapted for other visualization systems with similar architecture.

Downloads

Download data is not yet available.

References

Gregg, C., & Hazelwood, K. (2011). Where is the data? Why you cannot debate CPU vs. GPU performance without the answer. Software (ISPASS). https://doi.org/10.1109/ispass.2011.5762730

Owens, J. D., et al. (2008). GPU Computing. IEEE, 96(5), 879–899. https://doi.org/10.1109/jproc.2008.917757

Nickolls, J., & Dally, W. J. (2010). The GPU Computing Era. IEEE Micro, 30(2), 56–69. https://doi.org/10.1109/mm.2010.41

Volkov, V., & Demmel, J. W. (2008). Benchmarking GPUs to tune dense linear algebra. 2008 SC. International Conference for High Performance Computing, Networking, Storage and Analysis, Austin, TX. https://doi.org/10.1109/sc.2008.5214359

Hendrikx, M., et al. (2013). Procedural content generation for games. ACM Transactions on Multimedia Computing, Communications, and Applications, 9(1), 1–22. http://dx.doi.org/10.1145/2422956.2422957

Shaker, N., Togelius, J., & Nelson, M. J. (2016). Procedural Content Generation in Games. Cham: Springer International Publishing. http://dx.doi.org/10.1007/978-3-319-42716-4

Togelius, J., et al. (2011). Search-Based Procedural Content Generation: A Taxonomy and Survey. IEEE Transactions on Computational Intelligence and AI in Games, 3(3), 172–186. http://dx.doi.org/10.1109/tciaig.2011.2148116

Summerville, A., et al. (2018). Procedural Content Generation via Machine Learning (PCGML). IEEE Transactions on Games, 10(3), 257–270. http://dx.doi.org/10.1109/tg.2018.2846639

Karth, I., & Smith, A. M. (2017). WaveFunctionCollapse is Constraint Solving in the Wild. Proceedings of the 12th International Conference on the Foundations of Digital Games. http://dx.doi.org/10.1145/3102071.3110566

Linden, R., Lopes, R., & Bidarra, R. (2021). Designing Procedurally Generated Levels. AAAI Conference on Artificial Intelligence and Interactive Digital Entertainment, 9. http://dx.doi.org/10.1609/aiide.v9i3.12592

Sorenson, N., & Pasquier, P. (2010). Towards a Generic Framework for Automated Video Game Level Creation. Applications of Evolutionary Computation, 131–140. https://doi.org/10.1007/978-3-642-12239-2_14

Shaker, N., et al. (2016). Constructive generation methods for dungeons and levels. Procedural Content Generation in Games, 31–55. https://doi.org/10.1007/978-3-319-42716-4_3

Liapis, A., Yannakakis, G. N., & Togelius, J. (2015). Constrained Novelty Search: A Study on Game Content Generation. Evolutionary Computation, 23(1), 101–129. https://doi.org/10.1162/evco_a_00123

Shaker, N., Togelius, J., & Yannakakis, G. N. (2016). The experience-driven perspective. Procedural Content Generation in Games, 181–194. https://doi.org/10.1007/978-3-319-42716-4_10

Shaker, N., Smith, G., & Yannakakis, G. N. (2016). Evaluating content generators. Procedural Content Generation in Games, 215–224. https://doi.org/10.1007/978-3-319-42716-4_12

Downloads


Abstract views: 6

Published

2025-03-27

How to Cite

Tovstochub, I., & Zinchenko , O. (2025). GENERATION OF GRAPHIC OBJECTS IN THE GODOT ENGINE USING PARALLEL COMPUTATION METHOD. Electronic Professional Scientific Journal «Cybersecurity: Education, Science, Technique», 3(27), 479–488. https://doi.org/10.28925/2663-4023.2025.27.768