Giter Club home page Giter Club logo

editaverse's Introduction

Editaverse Project.

Getting Started with Editaverse Project.

To get the local copy of the project up and running you will need to run the following commands on your terminal:

npm install // Installing the node modules
npm run start // To run the project

Open https://localhost:9090

Installation

  • Install a MetaMask chrome extension that will allow to connnect the block chain with a personal account and actually interact with a smart contract. Or for accessing Ethereum enabled distributed applications, or "Dapps" in your browser!

What is the goal of the project?

First you should read this if you haven't: https://docs.webaverse.com/

Right now, users can build worlds in Blender and export them to Webaverse. It's fine, but not easy to use for most people who just want a world to play.

Webaverse is an open source 3D world platform where users can play and interact with their avatars and voice chat. Naturally, we need an easy way for users to quickly build and edit worlds without having to know any complicated 3D software, and ideally right in the browser without having to download anything.

To solve this problem, we looked to those who came before us. Mozilla Spoke is a familiar interface for anyone who's used Hubs and familiar enough for users of software like Unreal and Unity3D. We forked Spoke and made... Editaverse.

History of Editaverse

This project was started by an engineer who is no longer working at Webaverse, although he's cool and still around the web3 space. Editaverse was his idea to quickly hackathon an editor out of Spoke still using Mozilla's deployed infrastructure, notably Reticulum, which is their API server, which in turn connects to their database, etc.

We inherited the project as is, connecting to the existing infrastructure deployed by Mozilla for Hubs. However, that means using their API systems instead of our own, and at some point this would become a limitation and that we'd need to remove Reticulum entirely.

Luckily the creator of Spoke wanted things to be exstensible, so he kept (nearly all) of the Reticulum calls in the Api.ts file.

What do we need to do?

Ideally this project grows to be a smooth 3D editor experience that is integrated with Webaverse entirely, and doesn't have any differentiation. We may even migrate the project into the core app repo so that it can easily be switched into from the UI.

However, we're not there yet. Right now we want to make sure that it serves the utility as a viable place option for users to edit and create scenes easily and hang out in them in Webaverse.

.scn / .metaversefile support

We should be done with this but need to test this and make sure it's all good. User can export a .scn file and import it into Webaverse. .metaversefile is a subset file for Webaverse projects and shouldn't be necessary but should be read into and considered https://docs.webaverse.com/docs/create/scenes

Physics baking for scene

We want to take any collision meshes that may have been set in the scene, any colliders that may have come from the upload, etc and bake Physics down. There is a bake physx function in the backend of Webaverse that we can access to do this.

Remove Reticulum and replace with Webaverse APIs

We don't want to use Reticulum at all. If Webaverse doesn't have the APIs we should add. Most likely for scene editing CRUD we want to create or update the metadata on NFTs. NFTs can contain entire JSON files, zip files or worlds.

Remove sketchfab and other external APIs

We aren't gonna use these in Webaverse. We don't need YouTube, twitch, Sketchfab, giphy, or any of that. We don't need 3D prefab models. Eventually we will show public models that are allowed for use in the Webaverse marketplace but we're not there yet.

Login integration

Users should be able to login with Metamask or Discord, using the Webaverse APIs.

Publishing scenes

Since scenes are stored as NFTs in the wallet, we want logged in users to be able to view their inventory of scenes and edit or update. We want to make sure when the user goes to publish scene we give them the option to update an existing scene, or we track what scene they're on currently and update it automatically.

Asset Uploading and Inventory integration

We want to give users the ability to drop their other tokens into their scenes. In theory, a scene is just a collection of 3D models and a few settings and non-asset objects. So if a user uploads a model it actually mints that model first as it's own asset, adds it to the inventory of the user, then adds that to the scene. This makes 3D models composable across scenes and removes the burden to have a secondary upload outside of what Webaverse does.

Editing inventory assets

Right now we can edit inventory asset metadata with the Webaverse bot. We want that functionality when we click "details" on an asset, so that when we upload it, we can change the name etc, or view in more detail.

Deploy Editaverse

We need Editaverse deployed with CI/CD to Amazon, and we need to be able to hand this over to Webaverse to deploy. IPFS deployment on Fleek could be awesome if we can static build.

editaverse's People

Contributors

robertlong avatar brianpeiris avatar gfodor avatar tony056 avatar traccccychen avatar netpro2k avatar chrislatorres avatar kimenyikevin avatar mqp avatar johnshaughnessy avatar lalalune avatar keianhzo avatar kinjalravel avatar rakeshghasadiya avatar infinitelee avatar pankaj2k9 avatar fcor avatar j-conrad avatar misslivirose avatar alextitonis avatar sellersociety avatar alisaad673 avatar avaer avatar emmyn5600 avatar marcusmorba avatar seanbannister avatar tharun208 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.