DEV Community

Discussion on: How should I structure a game engine/graphics library?

Collapse
 
jakesweb profile image
Jacob Colborn

Right off the cuff the structure seems fine. As you move into more complexity, you will probably want to create directories under src to handle the individual tasks so that you can keep complex file structures together. I know this seems like answering your question with more work, but you can see how phaser.io does it at their github.