Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Editor Legacy | 53 | 5 years ago | 20 | mit | JavaScript | |||||
📝 Collaborative real-time edition of parcel scenes, with IPFS uploading. Based on aframe-inspector | ||||||||||
Firevr | 24 | 4 years ago | 3 | other | Python | |||||
Blender to JanusVR FireBoxHTML Exporter Addon (with IPFS support) | ||||||||||
Ipfs For Unity | 16 | 5 years ago | C# | |||||||
An IPFS implementation for Unity. Includes asset storage in a linked-link format. | ||||||||||
Content Service | 1 | 2 years ago | 24 | apache-2.0 | Go | |||||
🎨 IPFS Alternative HTTP Interface |
https://editor.decentraland.org
Edit a scene in real time with other users.
Next steps:
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
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/
.
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