vgio
vgio copied to clipboard
Community Extended Formats
Summary
Add support for community developed file formats.
Child Issues
- BSP2 Format joshuaskelly/game-tools#8
- FitzQuake Network Protocol joshuaskelly/vgio#9
- SPR32 Format joshuaskelly/game-tools#14
My current thinking is that the community created formats will live in an ext
module. For example:
from quake.ext.bsp import Bsp
But maybe this differentiation isn't needed?