TurningWheel/Barony

Engine Refactor: Audio Submodule

Open

#522 aperta il 21 ago 2020

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)C++ (182 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (664 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor