All Projects → exokitxr → zeo

exokitxr / zeo

Licence: other
Multiplayer WebVR worlds made out of npm modules.

Programming Languages

javascript
184084 projects - #8 most used programming language
C++
36643 projects - #6 most used programming language
shell
77523 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to zeo

lvr
👓 Augmented Reality for everyone - Out of the world experiences
Stars: ✭ 92 (+95.74%)
Mutual labels:  threejs, vr, webvr
Awesome Aframe
[DISCONTINUED] Collection of awesome resources for the A-Frame WebVR framework.
Stars: ✭ 1,310 (+2687.23%)
Mutual labels:  threejs, vr, webvr
Worlds2
Building Virtual Reality Worlds using Three.js
Stars: ✭ 34 (-27.66%)
Mutual labels:  threejs, vr, webvr
a-blast
💥 Save the World From the Cutest Creatures in the Universe!
Stars: ✭ 116 (+146.81%)
Mutual labels:  threejs, vr, webvr
Patches
Patches is a visual programming editor for building WebVR and WebGL experiences.
Stars: ✭ 164 (+248.94%)
Mutual labels:  threejs, vr, webvr
Aframe Inspector
🔍 Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
Stars: ✭ 469 (+897.87%)
Mutual labels:  threejs, vr, webvr
A Mmd
A-Frame MMD component
Stars: ✭ 74 (+57.45%)
Mutual labels:  threejs, vr, webvr
aframe-registry
[DISCONTINUED] Curated collection of community A-Frame components.
Stars: ✭ 76 (+61.7%)
Mutual labels:  threejs, vr, webvr
Remixvr
RemixVR is a tool for collaboratively building customisable VR experiences.
Stars: ✭ 129 (+174.47%)
Mutual labels:  threejs, vr, webvr
Thehallaframe
WebVR demo that displays art
Stars: ✭ 120 (+155.32%)
Mutual labels:  threejs, vr, webvr
Ideaspace
😎 Create interactive 3D and VR web experiences for desktop, mobile & VR devices
Stars: ✭ 344 (+631.91%)
Mutual labels:  threejs, vr, webvr
Aframe
🅰️ web framework for building virtual reality experiences.
Stars: ✭ 13,428 (+28470.21%)
Mutual labels:  threejs, vr, webvr
3dio Js
JavaScript toolkit for interior apps
Stars: ✭ 255 (+442.55%)
Mutual labels:  threejs, vr, webvr
A Painter
🎨 Paint in VR in your browser.
Stars: ✭ 539 (+1046.81%)
Mutual labels:  threejs, vr, webvr
aframe-mirror-component
Mirror effect material that works with snapshots of the scene for A-Frame
Stars: ✭ 29 (-38.3%)
Mutual labels:  threejs, vr, webvr
Aframe Vimeo Component
Stream Vimeo videos into WebVR.
Stars: ✭ 62 (+31.91%)
Mutual labels:  threejs, vr, webvr
Konterball
Konterball is a single or 2-player virtual reality game, built for the web as a Google VR Chrome Experiment.
Stars: ✭ 112 (+138.3%)
Mutual labels:  threejs, vr, webvr
Aframe Effects
A VR Ready Post processing framework for Three.js and/or A-Frame
Stars: ✭ 176 (+274.47%)
Mutual labels:  threejs, vr, webvr
spacesvr
A standardized reality for the future of the 3D Web.
Stars: ✭ 135 (+187.23%)
Mutual labels:  threejs, vr, webvr
Avatar-Customizer
qt-mkr.com
Stars: ✭ 27 (-42.55%)
Mutual labels:  vr, webvr

Multiplayer WebVR worlds, procedurally generated with hotloaded npm modules. 🌱🌳🌋🌲🐦🏃🎮

Build status

⚠️ Alpha. If you can't wait, join us on Slack or add your email here. ⚠️

Overview

Mods are plain hotloaded Javascript. Frontend API is plain THREE.js. Mods run on both frontend and backend, so they can do pretty much anything. Voxel-based world builder mods loaded by default.

Mouse + keyboard emulation; only requirement is a modern browser -- but it's more awesome with a headset.

Avatars and items persist across servers on a globally distributed blockchain. Buy, sell, trade, and own your items, skins and plugins using worthless virtual credits.

Mod API supports the usual suspects: position tracking, controller events, multiplayer avatars tracking, configurator menu rendering, positional audio, asset loader, and more. Normalized to work the same regardless of headset (or lack thereof).

The server also handles firewall routing, module hotloading, and world storage, so you don't have to worry about that nonsense.

Getting started

Node

npm i modulesio/zeo
cd node_modules/zeo
node index.js

Docker

docker run -p 8000:8000 modulesio/zeo

Windows

Download latest release

Cloud

Deploy

Steam release

Coming soon 🦄

Controls

Controls

Plugins

  • Procedural terrain w/ marching cubes
  • Block building with tesselated meshes
  • Voxel lighting system
  • Avatar skins, compatible with Minecraft format
  • Sword, bow, pickaxe
  • Console emulation via RetroArch
  • Tons more

Troubleshooting

General

Windows, OSX, and Linux are supported. node 8+ is required, but included if you use Docker or the Windows builds.

This project uses native modules, so if you're using node you'll need build tools and node-gyp configured or else you'll get an error on npm install.

OSX

  • Make sure you have Xcode and Command Line Tools
  • Check that node-gyp is in the PATH: node-gyp
  • Check that Command Line Tools are installed: xcode-select --install
  • Check that gcc is installed: gcc
  • Point xcode-select to the developer directory: sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
  • Make sure that ~/.node-gyp/<version>/include/node/config.gypi is correct (correct Xcode version, etc.)

Contact

SlackWikiTwitterEmail

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].