From 169cf25b28dec55eb9064cd2d9f25812bc3bb4d3 Mon Sep 17 00:00:00 2001 From: khanhduytran0 <40482367+khanhduytran0@users.noreply.github.com> Date: Mon, 20 Apr 2020 05:53:04 +0700 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a20385bcc..7b50655e9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# PojavLauncherSource -Source code of PojavLauncher +# PojavLauncher +An open source Minecraft: Java Edition launcher for Android based from Boardwalk. Support up-to Minecraft 1.11 +(Codes has not been sorted yet, it contains ton of classes without packing to module). -https://github.com/khanhduytran0/PojavLauncher +## About this branch +- This branch attempt to launch Minecraft using command line like `dalvikvm` and `app_process`. +- Status: working partial, EGL Context not yet shared.