All Projects → NikolaySuslov → livecodingspace

NikolaySuslov / livecodingspace

Licence: MIT license
LiveCoding.space

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to livecodingspace

island-viz
IslandViz: A Tool for Visualizing Modular Software Systems in Virtual Reality
Stars: ✭ 17 (-29.17%)
Mutual labels:  virtual-reality
vr-python-quickstart-hg1
VR Headset Controller Tutorial, get started with virtual reality in Python
Stars: ✭ 29 (+20.83%)
Mutual labels:  virtual-reality
camp
Building generative VR worlds on the Web
Stars: ✭ 16 (-33.33%)
Mutual labels:  virtual-reality
braid
Polyrhythms in Python: a sequencer and musical notation system for monophonic MIDI synths
Stars: ✭ 34 (+41.67%)
Mutual labels:  livecoding
vrtist
Virtual Reality tool for storytelling
Stars: ✭ 43 (+79.17%)
Mutual labels:  virtual-reality
melrose
interactive programming of melodies, producing MIDI
Stars: ✭ 130 (+441.67%)
Mutual labels:  livecoding
larastreamers
There is no better way to learn than by watching other developers code live. Find out who is streaming next in the Laravel world.
Stars: ✭ 184 (+666.67%)
Mutual labels:  livecoding
AI4U
AI4U is a multi-engine plugin (Unity and Godot) that allows you to specify agents with reinforcement learning visually. Non-Player Characters (NPCs) of games can be designed using ready-made components. In addition, AI4U has a low-level API that allows you to connect the agent to any algorithm made available in Python by the reinforcement learni…
Stars: ✭ 34 (+41.67%)
Mutual labels:  virtual-reality
negasonic
This ain't Sonic Pi, but it works on the browser: www.negasonic.org
Stars: ✭ 73 (+204.17%)
Mutual labels:  livecoding
OpenXR-CTS
Conformance test suite for OpenXR
Stars: ✭ 38 (+58.33%)
Mutual labels:  virtual-reality
tidal-maxmsp
Connecting the Tidal live coding environment to MaxMSP
Stars: ✭ 34 (+41.67%)
Mutual labels:  livecoding
rs
rs - the Racket Sequencer
Stars: ✭ 16 (-33.33%)
Mutual labels:  livecoding
facet
Facet is a live coding system for algorithmic music
Stars: ✭ 72 (+200%)
Mutual labels:  livecoding
VR audioscape
Google Summer of Code 2017 project - VR application built with processing-android
Stars: ✭ 32 (+33.33%)
Mutual labels:  virtual-reality
Simple-OpenVR-Driver-Tutorial
A sample OpenVR Driver for you to learn from
Stars: ✭ 157 (+554.17%)
Mutual labels:  virtual-reality
openPerform
Check out the various styles and effects OpenPerform has to offer with our BVH animation demo!
Stars: ✭ 24 (+0%)
Mutual labels:  virtual-reality
Maroon
An interactive and immersive laboratory for Web, PC and VR.
Stars: ✭ 16 (-33.33%)
Mutual labels:  virtual-reality
aeon
A live-coding system for musical pattern manipulation
Stars: ✭ 22 (-8.33%)
Mutual labels:  livecoding
FireVR
Blender to JanusVR FireBoxHTML Exporter Addon (with IPFS support)
Stars: ✭ 25 (+4.17%)
Mutual labels:  virtual-reality
glicol
(Audio) graph-oriented live coding language and music DSP library written in Rust
Stars: ✭ 853 (+3454.17%)
Mutual labels:  livecoding

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

Updates

  • [08.2020] All core application components are now ES6 modules
  • [10.2019] Krestianstvo Luminary working prototype included

Changelog

Architecture

LiveCoding.space 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
  • Krestiasntvo Luminary running on Gun DB (client based replcement for Reflector server)
  • 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. But you could try out to connect using the new experimental 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. No any Reflector server needed. In the near future it will be extended with support of securing 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-2020 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

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