From a7073ea0c201c4ee1924366d48bde67a31f29278 Mon Sep 17 00:00:00 2001 From: Santiago Date: Sun, 13 Sep 2020 20:46:59 -0300 Subject: [PATCH] :book: Updates README with demo video link and live demo link! --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index aa7b8e9..2506cc8 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ This project is a LiveView implementation of the [3d-css-scene package](https://www.npmjs.com/package/3d-css-scene), integrated with Phoenix Sockets and [Presence](https://hexdocs.pm/phoenix/Phoenix.Presence.html) to track and broacast connections and movement in a 3D room. +

+ + + +
+
+ + Live demo! + +

+ ## Implementation This initial implementation is carried out as part of the [Spawnfest 2020](https://spawnfest.github.io/) hackathon and contains. @@ -31,6 +42,7 @@ Upon visiting the site you can create rooms by providing: ### Future features ++ Ability to delete rooms + User profile. Ability to assign you own name, social network, ids, status. + Movements interpolation + General and p2p chats