Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 214 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 214 Bytes

bitmap

This is a little header only C++23 library with a very simple bitmap type based on std::vector. It also provides a two dimensional size type (width and height) and a two dimensional point type (x and y).