1
0
Fork 0
forked from niko/glungus
Go to file
Alex Stan 3c61b05f52 remove shell.nix
Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com>
2024-04-17 10:39:56 +03:00
assets it lives.. 2024-04-15 01:29:21 +07:00
src glungus 2024-04-17 11:46:21 +08:00
.gitignore Packaged glungus with nix 2024-04-17 10:17:21 +03:00
Cargo.lock glungus 2024-04-14 18:44:15 +07:00
Cargo.toml it lives.. 2024-04-15 01:29:21 +07:00
default.nix Packaged glungus with nix 2024-04-17 10:17:21 +03:00
flake.lock Packaged glungus with nix 2024-04-17 10:17:21 +03:00
flake.nix Added documentation 2024-04-17 10:38:29 +03:00
README.md Added documentation 2024-04-17 10:38:29 +03:00

glungus

a stupid clicker made in rust and SDL2 to ensure blazingly fast performance so you can enjoy clicking glungus!

expect really terrible code practice thsi is just a shitpost

installation / running

Without nix

  • Install libSDL2, libSDL2_ttf and libSDL2_image on your system

  • Run cargo build --release

  • (optional) Move the executable from ./target/release/glungus somewhere in $PATH

  • G L U N G U S

With nix

  • To build it: nix build .#glungus (the executable will be ./result/bin/glungus)

  • To run it: nix run .#glungus

glungus look he's memory safe!! wow


made with love by niko