Have a way to detect the best rotation but it's still off a bit. Seems to choose wrong in simple situations. Look in System::shortest_rotate.

This commit is contained in:
Zed A. Shaw 2025-09-01 01:37:03 -04:00
parent f98cc543f6
commit d822cb3438
6 changed files with 32 additions and 48 deletions

View file

@ -21,7 +21,7 @@ endif
build:
meson compile -j 10 -C $(ROOT_DIR)/builddir
asset_build: build
asset_build:
./builddir/icongen
release_build:
@ -36,7 +36,7 @@ tracy_build:
meson setup --wipe builddir --buildtype debugoptimized -Dtracy_enable=true -Dtracy:on_demand=true
meson compile -j 10 -C builddir
test: asset_build build
test:
./builddir/runtests -d yes
run: build test