Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 859 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 859 Bytes

Hivemind GUI

Requirements: Godot v4.3 : https://github.com/godotengine/godot/releases/tag/4.3-stable

To build with godot editor just open the project and hit the play button.

Command line build instructions:

Linux:

godot --headless --path hivemind_gui/ --export-release "Linux" hivemind_gui.x86_64

Windows:

godot --headless --path hivemind_gui/ --export-release "Windows" hivemind_gui.exe

Mac:

godot --headless --path hivemind_gui/ --export-release "Mac" hivemind_gui.dmg

Forms TODO:

  • Create Branch
  • Create Decision
  • Create Market
  • Create Trade
  • Create Sealed Vote
  • Create Steal Vote
  • Reveal Vote
  • View Branches
  • View Markets
  • View vote status
  • View Outcomes
  • View different coin types (l2 coin, votecoin)
  • Multi-Dimensional Markets (could be shown in a very cool way)