TurningWheel/Barony

Engine Refactor: Audio Submodule

Open

#522 建立於 2020年8月21日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)C++ (182 fork)github user discovery
enhancementhelp wanted

倉庫指標

Star
 (664 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南