Skip to main content

One post tagged with "Processing"

Processing

View All Tags

Multithreaded modding

· 9 min read
Hades 2 modding newbie

Any fun game has to deal with multiple jobs at the same time to provide a good experience. Hades 2 in particular plays Music and sound effects, moves enemies, reacts to the player's input, renders the beautiful scenery, manages game and run state and so on and so forth. For all this to work at the same time, the script and the engine run many functions in parallel. For example, the AI for every enemy gets its own thread to execute in.