Trouv / bevy_ecs_ldtk

ECS-friendly ldtk plugin for bevy, leveraging bevy_ecs_tilemap
Other
673 stars 76 forks source link

docs: write *Game Logic Integration* chapter of the book #279

Closed Trouv closed 9 months ago

Trouv commented 9 months ago

This chapter covers the main strategies for integrating game logic with LDtk projects, and also compares them. These main strategies being LdtkEntity/LdtkIntCell registration and the blueprint pattern. In a future PR, explanations of these concepts in the API reference and project readme will be removed in favor of linking to this chapter.