Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
📖 Updates README with demo video link and live demo link!
Browse files Browse the repository at this point in the history
  • Loading branch information
sgobotta committed Sep 13, 2020
1 parent cbf50c4 commit a7073ea
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<p align="center">
<a href="https://www.youtube.com/watch?v=-FYJf__jmAY" target="_blank">
<img src="public/demo.gif" width="50%">
</a>
<br/>
<br/>
<a href="https://pure-journey-52122.herokuapp.com/">
<strong>Live demo!</strong>
</a>
</p>

## Implementation

This initial implementation is carried out as part of the [Spawnfest 2020](https://spawnfest.github.io/) hackathon and contains.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a7073ea

Please sign in to comment.