macroquad_grid 0.1.1

grid to use with macroquad
Documentation
  • Coverage
  • 42.86%
    3 out of 7 items documented0 out of 0 items with examples
  • Size
  • Source code size: 28.71 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.15 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 29s Average build duration of successful builds.
  • all releases: 29s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • TheDinner22/macroquad_grid
    0 2 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • TheDinner22

real readme coming soon

feel like I put a lot of time into writing some good old doc comments so why don't you read those instead:

NOTES

  • the draw_rect function's impl does not match the draw_text function's

-- draw_rect takes in (x, y) as top left corner

-- draw_text takes in (x, y) as bottom left corner of text

the rect is below and to the right of the given xy pair the text is above and to the right of the given xy pair