TurningWheel/Barony

Engine Refactor: Audio Submodule

Open

#522 aberto em 21 de ago. de 2020

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)C++ (182 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (664 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador