flame_ldtk 0.1.1
flame_ldtk: ^0.1.1 copied to clipboard
A Flutter package for integrating LDtk levels into Flame Engine games
0.1.1 #
- Optimize code and add cache for assets
0.1.0 #
- Initial release
- LDtk Integration: Support for LDtk Super Simple Export format
- Level Loading: Load and render complete levels with composite images
- Entity Parsing: Extract entities with positions, sizes, custom fields, and colors
- IntGrid Support: CSV-based IntGrid layers for collision detection and game logic
- Flexible Architecture: Override hooks to customize entity rendering
- Generic Design: No built-in collision logic, adaptable to any game type
- Example App: Complete platformer example with physics and collision detection