Skip to content

Latest commit

 

History

History
168 lines (125 loc) · 10.2 KB

File metadata and controls

168 lines (125 loc) · 10.2 KB

Header


Typing SVG



🌍 Live Demo

🌐 Launch Interactive 3D Visualization →

Each sovereign entity = planet/moon. Colored gravity fields visualize:

  • 💰 Gold — Money flows
  • 🎯 Red halos — Military power
  • 🔗 Blue arcs — Alliances

Zoom, orbit, and click for details. Static snapshots — honest. Expandable to 195 entities.


✨ Features

Feature Description
🌍 3D Planetary Model Each sovereign entity rendered as a planet or moon
💰 Money Flow Visualization Gold-colored gravity fields show USD capital flows
🎯 Military Power Halos Red halos indicate relative military strength
🔗 Alliance Arcs Blue arcs connecting allied nations
🔍 Interactive Controls Zoom, orbit, and click for detailed information
📊 Real-time Data Static snapshots with expandable data pipeline

🚀 Quick Start

# Clone
git clone https://github.com/POWDER-RANGER/dollar-gravity-framework.git
cd dollar-gravity-framework

# Install dependencies
npm install

# Start development server
npm run dev

# Or build for production
npm run build

🏗️ Architecture

╔═══════════════════════════════════════════════════════════════════════════╗
║                    DOLLAR GRAVITY — 3D VISUALIZATION                     ║
║                                                                          ║
║  ┌──────────────────────────────────────────────────────────────────┐   ║
║  │                    DATA LAYER                                     │   ║
║  │  Sovereign entities (195) │ GDP │ Military │ Trade │ Alliances  │   ║
║  └──────────────────────────────┬───────────────────────────────────┘   ║
║                                 ▼                                         ║
║  ┌──────────────────────────────────────────────────────────────────┐   ║
║  │                    GRAVITY ENGINE                                 │   ║
║  │  USD flow calculation │ Relative mass │ Force vectors            │   ║
║  └──────────────────────────────┬───────────────────────────────────┘   ║
║                                 ▼                                         ║
║  ┌──────────────────────────────────────────────────────────────────┐   ║
║  │                    3D RENDERER (Three.js)                         │   ║
║  │  Planets │ Moons │ Gravity fields │ Halos │ Alliance arcs        │   ║
║  └──────────────────────────────┬───────────────────────────────────┘   ║
║                                 ▼                                         ║
║  ┌──────────────────────────────────────────────────────────────────┐   ║
║  │                    INTERACTION LAYER                              │   ║
║  │  Zoom │ Orbit │ Click-to-detail │ Tooltips │ Search              │   ║
║  └──────────────────────────────────────────────────────────────────┘   ║
╚═══════════════════════════════════════════════════════════════════════════╝

📊 Data Model

Field Type Description
entity_name string Sovereign entity name
gdp_usd number GDP in USD
military_score number Relative military power index
trade_volume number Annual trade volume
alliances array[] Connected allied entities
usd_dependency number Ratio of USD in reserves/trade
sanctions_status enum None/Light/Heavy

📈 Activity

GitHub commit activity GitHub last commit GitHub repo size


🔗 POWDER-RANGER Ecosystem

🌐 Live .io Pages

Project Link Description
Main Portfolio powder-ranger.github.io Master portfolio with all 46 repos
Dollar Gravity powder-ranger.github.io/dollar-gravity-framework Interactive 3D USD gravity visualization
CIVWATCH powder-ranger.github.io/CIVWATCH Civic transparency platform
OBLISK powder-ranger.github.io/OBLISK Multi-agent AI orchestration
AI Nexus powder-ranger.github.io/ai-nexus Browser-based AI platform

🔧 Core Repositories

Repository Language Purpose
Dollar Gravity JavaScript USD-centric finance-security dashboard (this repo)
CIVWATCH TypeScript Civic transparency platform
OBLISK Python Multi-agent AI with encrypted vaults
RED-AGENT-GOV Python Governance-enforced agent engine
CharlesAI PowerShell COMET Agent with memory & orchestration
OBELISK-Enterprise Python $2.5M AI Governance Platform
NSO Kryptonite TypeScript Adversarial defense command center
AI Nexus JavaScript Browser-based complete AI platform
Guiding Light AI Rust Values-to-policies CLI tool
Dojin D TypeScript ECS combat simulation engine
Contextual Memory UI JavaScript AI memory infrastructure platform
OBELISK-Desktop-AI PowerShell Desktop AI orchestrator
POWDER-RANGER Bot Python Autonomous GTA V + MGS5 agent
CIVWATCH Cell Titan Shell RF observability platform
CIVWATCH v3 HTML Unified RF observability

🤝 Connect

LinkedIn GitHub Portfolio ORCID


Contributions welcome! Help us expand to all 195 sovereign entities.

Footer