Skip to content

eordano/webb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decentraland Kernel: Webb Project

Running locally

To start hacking, run:

bazel run webb:devserver

Project overview

Dive into the different aspects of this repository, in increasing order of dependencies:

  • utils: sets a shared language and constants to avoid repetition and synonyms across the different subprojects
  • config: provides the basic set of configurable options for the client
  • collections: base data for wearable items
  • protos: protocol buffer definitions required for the communication protocol
  • rpc: a small JSON-RPC library that allows for different encapsulation transports for RPC calls
  • scene-api: formerly decentraland-ecs, this library is exposed to developers to define the behavior of a scene
  • kernel: a standalone, browser/node compatible library that provides the core client functionality
  • synced-ecs: a library to provide different models of doing state synchronization among scenes
  • descartes: a content tool to make it easier to gather data and tests about deployments
  • vangogh: tool to "see" the world from the command line
  • webb: the unity/webgl explorer

Copyright info

This repository is protected with a standard Apache 2 license. See the terms and conditions in the LICENSE file.

About

🌎 Experimental Decentraland client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 76.4%
  • JavaScript 21.0%
  • Starlark 2.4%
  • Other 0.2%