integer math

This commit is contained in:
Jorijn van der Graaf 2025-11-23 04:04:53 +01:00
commit 5ff43e240c
27 changed files with 922 additions and 1011 deletions

View file

@ -6,7 +6,7 @@ int main() {
constexpr std::uint_fast32_t width = 1280;
constexpr std::uint_fast32_t height = 720;
Window<true, false, false, false> window(width, height);
WindowWayland window(width, height, "Hello Drawing!");
for(std::uint_fast32_t x = 0; x < width; x++) {
for(std::uint_fast32_t y = 0; y < height; y++) {