pixelisation try to stay between 60 and 90 fps

This commit is contained in:
2025-01-11 16:03:08 +01:00
parent ec30084d6f
commit e0b057a189
5 changed files with 22 additions and 9 deletions

5
shell.nix Normal file
View File

@ -0,0 +1,5 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [ libGL xorg.libX11 libGLU glfw];
}