Spacetime-Meta / spacetime-sdk

The spacetime-sdk is a turnkey virtual environment package for building in the Spacetime Metaverse
https://www.spacetimemeta.io/metaverse/spawn-planet
MIT License
11 stars 2 forks source link

Bring changes from develop #164

Closed Liquid-Blocks closed 2 years ago

Liquid-Blocks commented 2 years ago

First update since demo version 1:

  1. Complete code reorganization. We have organized the code in a more maintainable way.
  2. Document code structure. We have created a UML class diagram of our codebase to help us optimize.
  3. Create multiple example worlds The codebase now includes a list of example websites built using the standard kit. These can be a good starting point if you want to create a custom environments.
  4. Implement basic peer to peer multiplayer You can now connect to other players and explore worlds with them.
  5. Implement basic terrain generation The kit was used to create the default chunks of the spacetime meta map.