From d1427bfb1038e46b5a5d684f4e8801c1ffa226e4 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Sun, 4 Jun 2023 18:51:37 +0200 Subject: [PATCH] Update readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 504add4..4ca0f88 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,18 @@
  • cubic chunks (32x32x32)
  • low-level OpenGL renderer, targetting OpenGL ES 3.0
  • frustum culling
  • -
  • work-in-progress multiplayer support
  • +
  • multiplayer support [1]
  • block placement system
  • partial gamepad input support
  • -
  • (experimental) android support
  • +
  • cross platform: windows, linux, osx [2], android [3]
  • +
  • universal input system: supports keyboard, mouse, gamepad and touch input [4]
  • +
    + [1] - multiplayer is work-in-progress
    + [2] - not tested on macos
    + [3] - android support is experimental
    + [4] - mouse/gamepad input is not supported on android +

    download