https://github.com/azureblue/MindustryPi
Mindustry for RaspberryPi!
https://github.com/azureblue/MindustryPi
game java mindustry raspberry-pi raspberrypi tower-defense
Last synced: 11 months ago
JSON representation
Mindustry for RaspberryPi!
- Host: GitHub
- URL: https://github.com/azureblue/MindustryPi
- Owner: azureblue
- Created: 2020-10-18T22:31:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-30T01:02:58.000Z (about 4 years ago)
- Last Synced: 2024-10-23T20:14:43.955Z (over 1 year ago)
- Topics: game, java, mindustry, raspberry-pi, raspberrypi, tower-defense
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MindustryRPi
### [Mindustry](https://github.com/Anuken/Mindustry) for Raspberry Pi (32 and 64 bit)!
#### ...and probably other armv7 or aarch64
The JAR file for the Raspberry Pi is inside Assets in the Releases section: https://github.com/azureblue/MindustryRPi/releases
How to run:
#### java -jar MindustryPi.jar
What is needed:
- newest RaspberryPi OS (bullseye)
- SDL (sudo apt install libsdl2-2.0)
- OpenAL (sudo apt install libopenal1, but probably you already have this one...)
- java (sudo apt install openjdk-11-jre or newer - can be 14 or even 17)
Raspberry Pi configuration:
- vc4 full/fake kms driver (dtoverlay=vc4-kms-v3d or dtoverlay=vc4-fkms-v3d in /boot/config.txt)
- proper gpu_mem setting (tested with 128mb)
- recommended RPi overclocking (yet on your own responsibility :P) ;)