0.8.0 • Published 2 years ago

spacetime-sdk v0.8.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Spacetime Standard Kit

The Spacetime standard kit provide developers with turnkey virtual environments. This package will provide multiple metaverse features like multiplayer, custom avatars, vehicle and blockchain connection.

We are making this codebase open source and free to use by our community members and partners in order to facilitate the standardization of the metaverse.

Discord Twitter Follow

GitHub GitHub release (latest by date) GitHub top language
GitHub issues GitHub closed issues


The environments are built using ThreeJs.
GitHub Repo stars

The peer to peer multiplayer is built using PeerJs.
GitHub Repo stars

Main Focus

This standard kit project was initially started to populate this universe with uniquely generated worlds. It has now extended to much more. As multiple other projects use our open source kit to create their own virtual environments and connect them to the spacetime metaverse.

Partners and contributors should keep in mind that; even as the project gets more traction, our main focus will always be on populating the space chunks with complete worlds and valuable experiences. Also, every feature will be reviewed and developed in orientation to the spacetime meta roadmap.

Basic Usage

Create a simple environment with avatar, ui and multiplayer:

// start by creating a basic virtual environment
let virtualEnvironment = new VirtualEnvironment();

// fill your world with the stuff you want
init();
function init() {
    virtualEnvironment.loadTerrain('terrain.glb');
    virtualEnvironment.spawnPlayer('avatar.glb');
}

// then start the animation
animate();
function animate() {
    virtualEnvironment.update();
    requestAnimationFrame(animate);
}

If everything works properly, you should see something like this base template

Contributors

contrib

Thanks to our contributors 💎🚀

0.8.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago