Skip to content
Snippets Groups Projects
  1. Apr 25, 2022
  2. Apr 18, 2022
  3. 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
  4. Mar 08, 2022
  5. 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
  6. 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
  7. Nov 07, 2021
  8. 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
  9. Feb 07, 2021
  10. Jan 01, 2021
  11. Sep 20, 2020
  12. May 15, 2020
  13. May 09, 2020
  14. Mar 29, 2020
  15. Nov 25, 2019
  16. Sep 19, 2019
  17. Oct 12, 2018
  18. Jun 11, 2018
  19. Apr 11, 2018
  20. Jan 11, 2018
  21. Jan 04, 2018
  22. Aug 23, 2017
  23. Aug 18, 2017
  24. Aug 10, 2017
  25. May 16, 2017
  26. May 13, 2017
  27. Mar 20, 2017
  28. Feb 26, 2017
  29. Sep 14, 2016
  30. Aug 04, 2016
  31. Feb 06, 2016
  32. Nov 01, 2015
  33. Oct 02, 2015
  34. May 02, 2015
  35. Apr 30, 2015
Loading