Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. Nov 07, 2021
  4. 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
  5. Feb 07, 2021
  6. Jan 01, 2021
  7. Sep 20, 2020
  8. May 15, 2020
  9. May 09, 2020
  10. Mar 29, 2020
  11. Nov 25, 2019
  12. Sep 19, 2019
  13. Oct 12, 2018
  14. Jun 11, 2018
  15. Apr 11, 2018
  16. Jan 11, 2018
  17. Jan 04, 2018
  18. Aug 23, 2017
  19. Aug 18, 2017
  20. Aug 10, 2017
  21. May 16, 2017
  22. May 13, 2017
  23. Mar 20, 2017
  24. Feb 26, 2017
  25. Sep 14, 2016
  26. Aug 04, 2016
  27. Feb 06, 2016
  28. Nov 01, 2015
  29. Oct 02, 2015
  30. May 02, 2015
  31. Apr 30, 2015
  32. Apr 07, 2015
  33. Jan 25, 2015
  34. Dec 29, 2014
    • Matthew Hall's avatar
      Use git version of xml-rs. · bea8ee04
      Matthew Hall authored
      xml-rs does not seem to track rust nightly on crates.io. These changes
      make sure that the master branch of this repo works with rust nightly.
      Whilst Rust < 1.0 this will continue.
      
      The crates.io version of this library will continue on a separate branch
      bea8ee04
  35. Nov 21, 2014
Loading