-
Notifications
You must be signed in to change notification settings - Fork 6
Repo/project organization? #11
Copy link
Copy link
Closed
Description
Hello.
I was thinking about the current repo structure and organization and what if it was made a bit simpler?
For example, it looks like "goaudiofile" and "gomixing" can live in this repo, but be a separate packages so that you could do something like this if you need to use goaudiofile specifically:
import "github.com/gotracker/playback/goaudiofile"This will make it easier to update the code (only bump 1 version instead of fixing things in goaudiofile and then updating "playback" repo) and the decoupling is still there.
This is something like what Ebiten does.
It has many subpackages like "audio", "text", "vector" which live in the same repo and make things easier to use/update.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels