This mini project shows how to display 360-degree videos on Android devices.
It builds a sphere around the viewer using OpenGL ES and maps the video frames on it as textures.
- Plays a 360-degree video.
- Lets you explore the video by touching the screen.
- Uses OpenGL ES for smooth video display.
- Clone the project:
git clone https://github.com/murzagalin/Android-OpenGLVR.git
- Open it, sync, and build.
- Run it on your phone or emulator.
This project is free to use. You don't need any license to copy the code
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.