Tidak Ada Deskripsi

Nikolay Suslov 1f5881366a update aframe-extras 4 tahun lalu
licenses d33a3f276c license info fix 5 tahun lalu
public 1f5881366a update aframe-extras 4 tahun lalu
server 773dbfe0a1 remove winston dep 4 tahun lalu
.gitignore d860de69db add config file for server, reflector as a module, update license info 5 tahun lalu
LICENSE.md c40c778b94 update license info 5 tahun lalu
README.md 785b5617e1 add Croquet reference 4 tahun lalu
config_example.json d860de69db add config file for server, reflector as a module, update license info 5 tahun lalu
index.js c40c778b94 update license info 5 tahun lalu
package-lock.json 773dbfe0a1 remove winston dep 4 tahun lalu
package.json 773dbfe0a1 remove winston dep 4 tahun lalu
webServer.js 773dbfe0a1 remove winston dep 4 tahun lalu

README.md

LiveCoding.space

Collaborative Live Coding Space with support of user-defined languages and WebVR ready 3D graphics Based on: Virtual World Framework (Croquet) | 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 or Krestianstvo Luminary
  • 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)

By default a tiny Reflector server is used for creating a Virtual World instances. In the near future this functionality will have an alternative with the new totaly decentralized solution provided by Krestianstvo Luminary. That will allow to create Virtual World Instances just within Web Browser by a client, using any avaliable decentralized storage GunDB on internet. Secure world instances lists, clients lists, message streams with P2P identities.

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




Contributing

All code is published under the MIT license

Copyright (c) 2014-2018 Nikolai Suslov and the Krestianstvo.org project contributors.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

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.


A different license may apply to other software included in this package. Please consult their respective license files for the terms of their individual licenses.
VWF Apache 2.0 License
ADL VW Sandbox Apache 2.0 License