All Projects → madebywild → Konterball

madebywild / Konterball

Licence: mit
Konterball is a single or 2-player virtual reality game, built for the web as a Google VR Chrome Experiment.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Konterball

Aframe Inspector
🔍 Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
Stars: ✭ 469 (+318.75%)
Mutual labels:  threejs, vr, webvr
spacesvr
A standardized reality for the future of the 3D Web.
Stars: ✭ 135 (+20.54%)
Mutual labels:  threejs, vr, webvr
a-blast
💥 Save the World From the Cutest Creatures in the Universe!
Stars: ✭ 116 (+3.57%)
Mutual labels:  threejs, vr, webvr
Aframe
🅰️ web framework for building virtual reality experiences.
Stars: ✭ 13,428 (+11889.29%)
Mutual labels:  threejs, vr, webvr
aframe-mirror-component
Mirror effect material that works with snapshots of the scene for A-Frame
Stars: ✭ 29 (-74.11%)
Mutual labels:  threejs, vr, webvr
Ideaspace
😎 Create interactive 3D and VR web experiences for desktop, mobile & VR devices
Stars: ✭ 344 (+207.14%)
Mutual labels:  threejs, vr, webvr
Worlds2
Building Virtual Reality Worlds using Three.js
Stars: ✭ 34 (-69.64%)
Mutual labels:  threejs, vr, webvr
Thehallaframe
WebVR demo that displays art
Stars: ✭ 120 (+7.14%)
Mutual labels:  threejs, vr, webvr
Aframe Vimeo Component
Stream Vimeo videos into WebVR.
Stars: ✭ 62 (-44.64%)
Mutual labels:  threejs, vr, webvr
aframe-registry
[DISCONTINUED] Curated collection of community A-Frame components.
Stars: ✭ 76 (-32.14%)
Mutual labels:  threejs, vr, webvr
Aframe Effects
A VR Ready Post processing framework for Three.js and/or A-Frame
Stars: ✭ 176 (+57.14%)
Mutual labels:  threejs, vr, webvr
A Mmd
A-Frame MMD component
Stars: ✭ 74 (-33.93%)
Mutual labels:  threejs, vr, webvr
Patches
Patches is a visual programming editor for building WebVR and WebGL experiences.
Stars: ✭ 164 (+46.43%)
Mutual labels:  threejs, vr, webvr
A Painter
🎨 Paint in VR in your browser.
Stars: ✭ 539 (+381.25%)
Mutual labels:  threejs, vr, webvr
Remixvr
RemixVR is a tool for collaboratively building customisable VR experiences.
Stars: ✭ 129 (+15.18%)
Mutual labels:  threejs, vr, webvr
lvr
👓 Augmented Reality for everyone - Out of the world experiences
Stars: ✭ 92 (-17.86%)
Mutual labels:  threejs, vr, webvr
zeo
Multiplayer WebVR worlds made out of npm modules.
Stars: ✭ 47 (-58.04%)
Mutual labels:  threejs, vr, webvr
3dio Js
JavaScript toolkit for interior apps
Stars: ✭ 255 (+127.68%)
Mutual labels:  threejs, vr, webvr
Awesome Aframe
[DISCONTINUED] Collection of awesome resources for the A-Frame WebVR framework.
Stars: ✭ 1,310 (+1069.64%)
Mutual labels:  threejs, vr, webvr
Aframe Physics System
Physics system for A-Frame VR, built on CANNON.js.
Stars: ✭ 371 (+231.25%)
Mutual labels:  threejs, webvr

Konterball Logo


Konterball Demo

Try it here

Introduction

Konterball is a VR Chrome Experiment made by WILD. It's a ping pong game which can be played in one player mode or with a friend in realtime over the web. It was developed in order to showcase the latest Chrome browser which natively supports WebVR. You can play Konterball with a regular laptop, smartphone, Google Cardboard or Daydream, HTC Vive or Oculus Rift.

This repo contains the static frontend for the game. In multiplayer mode, it connects to a deepstream.io websocket server which is used to relay the communication messages two clients.

We use three.js for the graphics part, cannon.js as a physics engine, gsap and bodymovin for animations and howler.js for audio. This project also relies on the webvr polyfill to support browsers that don't natively support WebVR and webvr-ui for VR mode management.

Development

If you want to build this project, you first have to buy the used fonts (or use different ones). The fonts are available here and here. Place them into src/fonts with the names AntiqueOlive, Futura and FuturaItalic with the extensions .eot, .ttf, .woff, .woff2 and .json (you can convert them to json here).

  • Run npm install or yarn
  • Run gulp

Depending on whether you want to host a local deepstream server too:

  • Run node deepstream.js
  • Update availableServers in src/javascripts/communication.js, add localhost

Production

  • Run gulp production
  • Run node deepstream.js
  • Server should now be available at port 8081, or whatever port you set in the PORT environment var.

Support

As of 9/11/2018, the WebVR API is no longer supported so some features may not work as intended.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].