Geen omschrijving

Nikolay Suslov 0f000fe969 Merge remote-tracking branch 'upstream/lcs2merge' into lcs2 5 jaren geleden
public 4bf3c5f8b5 update 5 jaren geleden
.gitignore 671707b563 lcs2 codebase merge 5 jaren geleden
README.md 54df87359b update 5 jaren geleden
index.js 671707b563 lcs2 codebase merge 5 jaren geleden
package-lock.json dc90af38e3 update packages 5 jaren geleden
package.json dc90af38e3 update packages 5 jaren geleden

README.md

LiveCoding.space

Collaborative Live Coding Space with support of user-defined languages and WebVR ready 3D graphics Based on: Virtual World Framework | A-Frame | Ohm language | OSC.js | Cell.js | GunDB and more...

Online at: https://livecoding.space

logo

Architecture

LiveCoding.space v0.2 architecture moves Virtual World Framework architecture towards pure-decentralized application by introducing:

  • single page web application
  • client-side router (generating instances IDs by client) (about Page.js)
  • file storage independent Reflector
  • GunDB storage system for serving Proxy VWF components, Worlds prototypes, World save states, User Inventories ect. in fully decentralized (peer-to-peer or multi-master) DB (about GunDB)
  • GunDB SEA (Security, Encryption, Authorization) framework for user authorization and P2P identities (about SEA)

alongside with the existed features from the initial version v0.1:

  • Decentralized network model for A-Frame components and entities based on VWF replicated computation architecture
  • Ohm language driver for sharing user-defined grammars, parsers, tokenisers inside virtual space
  • In browser Code and Properties editor based on Cell.js
  • OSC messaging through OSC relay on the client
  • Avatars (Simple and GLTF models with animation)
  • Multi-window or multi-monitor/multi-machine setups with view offset cameras
  • WebRTC for video/audio streaming, 3D positional audio support
  • GearVR, Windows MixedReality motion controllers ..

Documentation