From 73ecb236d37b12b1497351822a3962562d4363b2 Mon Sep 17 00:00:00 2001 From: alexiscatnip <42345054+alexiscatnip@users.noreply.github.com> Date: Fri, 17 Jun 2022 22:54:13 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cea627e..65c0a2e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,14 @@ An android client to connect to Secondlife and [OpenSimulator](http://opensimula This is experimental software. +## What works? +- Login to server/grid works. +- Grid selection from limited list of grids (you can connect to opensim server on localhost no problem. Metaversium grid works too.) +- Decoding of jp2 assets works but in a terrible, hacky way. (Involving modification of texture2D directly, nonetheless!) +- Map view is able to pan, zoom. +- Movement is synchronised with server, but there is no visual-smoothing at all. Janky. +- Object sounds work to a limited extent. + ## How to build/contribute? Please see [Raindrop Viewer Documentation](docs/Readme.md)