chlorineAya / Boat

Environment for running Minecraft Java Edition on Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boat - Running Minecraft Java Edition on Android

中文

Contents

Introducion

Boat provides an environment to run Minecraft Java Edition on Android. It evolves from zhuowei's Boarwalk. Boat includes a series of Android ports of important software packages. This repository contains the Android app part of Boat. Other packages could be found in respective repositories. Please look at Components.

This app is NOT a Minecraft launcher.

Building

It takes time to build whole project. So it is not suggested to build whole one youself. But you may want to build and update some components. Please follow the instructions in the repositories.

We set up a reference material repository, hoping that we can collect useful imformation about boat :).

Building instruction:

  1. Build OpenJDK 8 Android port.
  2. Build this app project. Note that you should copy libboat.so and boat.h that other components depend on.
  3. Build GL4ES and OpenAL-soft for Android.
  4. Build LWJGL 2 port for Boat. Need libboat.so and boat.h.
  5. Build GLFW port for Boat. Need libboat.so and boat.h.
  6. Build LWJGL 3 port for Boat. Need GLFW port for Boat.

Components

Related-Projects

  • MCinaBox. A Minecraft Java Edition Launcher on Android. Using Boat to provide runtime environment.

License

This app project is distributed under GPL v2.0. Other components have their respective license.

About

Environment for running Minecraft Java Edition on Android

License:GNU General Public License v2.0


Languages

Language:Java 78.4%Language:C 21.0%Language:CMake 0.6%