Danylo
Danylo
I don't know if there's a middle ground. To get the best optimizations, everyone should customize and compile for their CPU, but on my(mid 8C) machine, full cross-compilation for ARM...
> improve Nix to be able to pass target CPU. I meant to pass optimization level as a string to Nix functions, because right now it is hardcoded into `nix/pkgs/main/cross-compilation-env.nix`...
> [@knightpp](https://github.com/knightpp) Just to confirm: > > * what OS are you on? Linux NixOS `info(SDLBackend): version: 3.2.20 no callbacks` > * can you try after blowing away .zig-cache ?...
I can reproduce it on Ubuntu 25.10, but not on Ubuntu 24.04. The issue still happens with `--fsys=sdl3 --fsys=freetype` flags.
Thanks, updating sdl3 to master fixed the issue. shell.nix with latest sdl3 commit ```nix { pkgs ? import { }, }: pkgs.mkShell { packages = [ pkgs.pkg-config (pkgs.sdl3.overrideAttrs { version...
Is there a workaround to display unsupported characters? Or the only way is to wait until this issue resolved? I'd really like to display `і`, `ґ`, `ї`, but only Open...
Oh, sorry I didn't understand how to load a font, but get it now. I tried `.Noto` predefined font, but it does not display the characters above on Linux+sdl3. Loading...