The Wayback Machine - http://web.archive.org/web/20220223051254/https://github.com/topics/game-engine?l=html
Skip to content
#

Game engine

Game engines are software frameworks for game development. Game engines do the heavy lifting for developers so they can focus on other aspects of game development.

Here are 53 public repositories matching this topic...

JamesOrson
JamesOrson commented Mar 21, 2020

Find a way to set up Audio listeners and allow AudioComponents to emit sound for listeners to pick up on if the Audio is positional.
Non-positional audio should simply play.
Positional Audio is picked up by listeners which determine how the Audio should be played according to 3D space.

GamesFromScratch has a [MonoGame audio tutorial](https://www.gamefromscratch.com/post/2015/07/25/MonoGame-Tu

Wikipedia
Wikipedia