An exploratory implementation of Cyberspace Protocol,
using the Bevy Rust engine.
Pulls notes from a few public relays, and maps them to a 3D grid. Unique pubkeys, or Avatars
,
are displayed as bright spheres. Notes and reactions are mapped and scaled to have their origin on their Avatar, and
displayed as smaller darker spheres.
You can find a simple demo of the viewer on Rust
Move around cyberspace using your mouse and keys.
Hold the right mouse button to swivel the camera around.
Use the WASD
keys to move forwards, backwards and sideways. You can hold the spacebar to accelerate.
Click on Notes to read their content on the terminal. Clicking on Avatars will despawn them. These are experimental features and will likely change.