repo: janusweb action: commit revision: path_from: revision_from: b997ee27c3b9dd236bb3de7607240a33765ebe9a: path_to: revision_to:
commit b997ee27c3b9dd236bb3de7607240a33765ebe9a Author: James BaicoianuDate: Fri Jan 13 17:07:34 2017 -0800 README => README.md diff --git a/README b/README.md similarity index 94% rename from README rename to README.md
--- a/README +++ b/README.md @@ -1,20 +1,20 @@ -JanusWeb -======== +#JanusWeb +-------- JanusWeb is a web-based client for JanusVR rooms. JanusVR rooms are 3D environments written in HTML and hosted in the same manner of regular websites. JanusWeb allows users to view and interact with others in these environments using only their web browser. -Features -======== +## Features +-------- - Support for 2D and 3D (sbs3d or ou3d) video textures using HTML5 Video - 3D positional audio - Gamepad support via the HTML5 Gamepad API - Rendering functionality provided by Three.js / WebGL - Oculus Rift, Vive, and Cardboard support via WebVR API -Installing -========== +## Installing +---------- To build JanusWeb, run the following commands: ```bash
-----END OF PAGE-----