macroquad_grid

Crates.iomacroquad_grid
lib.rsmacroquad_grid
version0.1.1
sourcesrc
created_at2023-05-11 21:56:21.177074
updated_at2023-05-11 22:02:12.763949
descriptiongrid to use with macroquad
homepagehttps://github.com/TheDinner22/macroquad_grid
repositoryhttps://github.com/TheDinner22/macroquad_grid
max_upload_size
id862474
size29,184
(TheDinner22)

documentation

https://docs.rs/macroquad_grid/0.1.0

README

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

Commit count: 38

cargo fmt