gridbugs / electric-organ

7DRL 2024

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electric Organ

dependency status test status

HIDPI

HIDPI scaling can make the game run larger than the screen size on some monitors. The WINIT_X11_SCALE_FACTOR environment variable overrides the HIDPI scaling factor.

For example:

WINIT_X11_SCALE_FACTOR=3 cargo run --manifest-path wgpu/Cargo.toml

Nix

To set up a shell with an installation of rust and external dependencies:

nix-shell

...or for nix flakes users:

nix develop

About

7DRL 2024

License:MIT License


Languages

Language:Rust 98.8%Language:Nix 0.4%Language:Shell 0.3%Language:JavaScript 0.3%Language:HTML 0.1%