https://github.com/timelessnesses/nothing
Nothing, a game to make fun of this game (https://store.steampowered.com/app/2696480/Nothing)
https://github.com/timelessnesses/nothing
Last synced: about 2 months ago
JSON representation
Nothing, a game to make fun of this game (https://store.steampowered.com/app/2696480/Nothing)
- Host: GitHub
- URL: https://github.com/timelessnesses/nothing
- Owner: timelessnesses
- License: wtfpl
- Created: 2024-01-14T04:17:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T18:13:52.000Z (about 2 years ago)
- Last Synced: 2025-01-01T15:42:46.987Z (over 1 year ago)
- Language: Rust
- Size: 395 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nothing
Nothing, a fan made game to make fun of this [game](https://store.steampowered.com/app/2696480/Nothing) of how much space they use for just simple game.
## Building
Probably cross platform (Windows/Linux/Android) (Yes, fuck MacOS and iOS in general.)
For Android just switch to the android branch for detailed stuff
### Windows
1. install `cargo-vcpkg` with `cargo install cargo-vcpkg`
2. download sdl2 library for windows then put that into toolchain's library folder (info: [https://github.com/Rust-SDL2/rust-sdl2?tab=readme-ov-file#windows-msvc])
3. `cargo build -r` and magic
### Linux and everything else (Linux is tested while other isn't)
1. Install `libsdl2-dev` and `libsdl2-ttf-dev` and `libgtk3-dev` (maybe not for macos for gtk)
2. Install `pkgconfig`
3. `cargo build -r`