Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 967 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 967 Bytes

Cyberspace Navigator

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.

Demo

You can find a simple demo of the viewer on Rust

Controls

Move around cyberspace using your mouse and keys.

Camera

Hold the right mouse button to swivel the camera around.

Movement

Use the WASD keys to move forwards, backwards and sideways. You can hold the spacebar to accelerate.

Interactions

Click on Notes to read their content on the terminal. Clicking on Avatars will despawn them. These are experimental features and will likely change.