- Notifications
You must be signed in to change notification settings - Fork73
Environment for running Minecraft Java Edition on Android
License
NotificationsYou must be signed in to change notification settings
AOF-Dev/Boat
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Boat provides an environment to run some interesting programs on Android. It evolves from zhuowei'sBoarwalk.Initilaly, Boat is just for playing Minecraft Java Edition on Android. Currently, we still test Boat with Minecraft JE. However,Boat is NOT a Minecraft launcher. Please have a look onRelated Projects.
It is very simple to build the aar package.NOTE,only support aarch64。32bit arm has been abandoned and is never tested.
export ANDROID_SDK_ROOT=Your Android SDK path
./gradlew assembleDebug
- MCinaBox. A Minecraft Java Edition Launcher on Android. Using Boat to provide runtime environment.
- xserver-xboat。 X server on Android, ported from Xephyr.
- GLFW。 Create and manage OpenGL context with GLFW! Most of APIs work!
This app project is distributed underGPL v2.0.