TurningWheel/Barony

Engine Refactor: Audio Submodule

Open

#522 geöffnet am 21. Aug. 2020

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C++ (182 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (664 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

The engine should provide an abstract interface to the game code that is independent of the underlaying implementation. Switching implementations from FMOD to OpenAL or any other implementation should not touch a line of game code, and ideally would be as simple as flipping build switches or choosing which polymorphic class to instantiate.

Contributor Guide