Editor Legacy

📝 Collaborative real-time edition of parcel scenes, with IPFS uploading. Based on aframe-inspector
Alternatives To Editor Legacy
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Editor Legacy53
5 years ago20mitJavaScript
📝 Collaborative real-time edition of parcel scenes, with IPFS uploading. Based on aframe-inspector
Firevr24
4 years ago3otherPython
Blender to JanusVR FireBoxHTML Exporter Addon (with IPFS support)
Ipfs For Unity16
5 years agoC#
An IPFS implementation for Unity. Includes asset storage in a linked-link format.
Content Service1
2 years ago24apache-2.0Go
🎨 IPFS Alternative HTTP Interface
Alternatives To Editor Legacy
Select To Compare


Alternative Project Comparisons
Readme

Decentraland Parcel Editor

https://editor.decentraland.org

Edit a scene in real time with other users.

  • WebRTC Connections are created between users to sync any changes on the same scene
  • Audio and text chat is available for all concurrent users
  • The save button in the top-left corner uploads the scene to IPFS to continue working on it later

Next steps:

  • Uploading a parcel definition to the testnet LAND contract

This is based on A-Frame's visual inspector tool for scenes. To preview the scene in first person, press <ctrl> + <alt> + i. Make sure to check out A-Frame's inspector repository

Local Development

git clone [email protected]:decentraland/editor.git
cd editor
git submodule init
git submodule update

Create file named docker-compose.override.yaml, copy and paste this gist of code into it and save (we do this to override environment variables):

version: "2"

services:
  editor:
    environment:
     - NODE_ENV=dev
docker-compose build
docker-compose up
npm install
npm run build

Then load the server on https://localhost:4444/.

Deployment

To deploy to editor.decentraland.org:

  • ssh [email protected]
  • cd editor
  • git pull
  • cd ..
  • sudo docker-compose down && sudo docker-compose build && sudo docker-compose up -d

Branches are auto deployed to editor.decentraland.today/branch/<branchname>/index.html

Popular Ipfs Projects
Popular Scene Projects
Popular Networking Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Scene
Ipfs
Parcel
Aframe