Skip to content
Snippets Groups Projects
  1. Apr 18, 2022
  2. Mar 14, 2022
    • Alejandro Perea's avatar
      Add loader type (#193) · 7c072c9f
      Alejandro Perea authored
      * Add `Loader` and map loading functions
      
      * Update examples, doc & tests
      
      * Add tileset loading functions
      
      * Fix unrelated broken intradoc link
      
      * Fix intradoc link
      
      * Fix more docs
      
      * Update changelog and readme
      
      * Fix warnings
      
      * Change version, remove dead code
      7c072c9f
  3. Mar 08, 2022
  4. Feb 11, 2022
    • Alejandro Perea's avatar
      Add SFML example (#133) · 187f1fbe
      Alejandro Perea authored
      
      * Add SFML example
      Adds a rough demo using SFML for rendering.
      
      * Simplifications to SFML example
      
      * Rely on sfml 0.16 rather than a git revision
      * Avoid allocating temporary Path
      * Take into account margin and spacing
      * Directly produce a FloatRect, since it is what SFML needs
      * Renamed VertexMesh to QuadMesh
      * Use Vertex::with_pos_coords since we always passed Color::WHITE
      * Removed TileLayer wrapper, since it added no value
      * Removed handling of gid == 0 in Tilesheet::tile_rect
      
      * Update contributors list
      
      * Apply formatting
      
      * Avoid the need to inverse the camera matrix
      
      * De-hardcode the tile size
      
      Also fixes the example a bit, because the map was drawn too small.
      
      * Update workflow
      
      * Try fixing CI issue by removing rust-cache
      
      * Fix CI
      
      * Fix map asset path
      
      * Merge SFML and Rust workflow
      
      * Misc changes
      
      * Merge upstream/master
      
      * Update example to master
      
      * Fix line endings
      
      * Fixed comment
      
      Co-authored-by: default avatarThorbjørn Lindeijer <bjorn@lindeijer.nl>
      187f1fbe
  5. Feb 03, 2022
    • Thorbjørn Lindeijer's avatar
      Some Cargo.toml updates (#139) · 2a92b1a3
      Thorbjørn Lindeijer authored
      * Added "game-development" to "categories"
      * Added "gamedev" to "keywords"
      * Updated repository URL
      * Updated dependencies
      * Removed broken "documentation" URL
      2a92b1a3
  6. Nov 07, 2021
  7. May 02, 2021
    • Matt Hall's avatar
      Handle csv data without newlines · 01f38e3f
      Matt Hall authored
      Closes #99. ldtk seems to output tiled files with no newlines in the csv
      data. Tiled itself does always seem to put the newlines in however, it
      can open the ldtk files so we should too.
      01f38e3f
  8. Feb 07, 2021
  9. Jan 01, 2021
  10. Sep 20, 2020
  11. May 15, 2020
  12. May 09, 2020
  13. Mar 29, 2020
  14. Nov 25, 2019
  15. Sep 19, 2019
  16. Oct 12, 2018
  17. Jun 11, 2018
  18. Apr 11, 2018
  19. Jan 11, 2018
  20. Jan 04, 2018
  21. Aug 23, 2017
  22. Aug 18, 2017
  23. Aug 10, 2017
  24. May 16, 2017
  25. May 13, 2017
  26. Mar 20, 2017
  27. Feb 26, 2017
  28. Sep 14, 2016
  29. Aug 04, 2016
  30. Feb 06, 2016
  31. Nov 01, 2015
  32. Oct 02, 2015
  33. May 02, 2015
  34. Apr 30, 2015
  35. Apr 07, 2015
Loading