joshuaskelly / vgio

File I/O for video games
MIT License
40 stars 8 forks source link

Community Extended Formats #31

Open joshuaskelly opened 6 years ago

joshuaskelly commented 6 years ago

Summary

Add support for community developed file formats.

Child Issues

joshuaskelly commented 6 years ago

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?