Skip to content

An interactive simulation and art project with 41 sliders that model the tradeoffs, tensions, and dynamics of real-world society. Slide your way through chaos or balance.

Notifications You must be signed in to change notification settings

thesoundofcolor/Society

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Society Controller — A Simulation of Complex Societal Tradeoffs

Society Controller is an interactive simulation and art piece that explores the interconnected nature of modern civilization. It features a wall-mounted controller with 41 sliders, each representing a key societal factor — from healthcare and governance to economy, corruption, crime, environment, and beyond.

This project simulates how adjusting one pillar can ripple through the system, either leading toward balance or collapse.


Current Module: Healthcare (4 sliders)

This prototype focuses on the Healthcare system, with the following sliders:

  • Healthcare Access
  • Healthcare Quality
  • Healthcare Affordability
  • Disease/Sickness Level

These interact dynamically via nonlinear influence logic, exponential effects, and systemic caps — giving a realistic sense of how policy tradeoffs affect public health.


Master Slider List (41 Total)

Category Sliders
Healthcare Access, Quality, Affordability, Sickness
Governance & Rights Democracy, Authoritarianism, Free Speech, Firearms, Corruption, Trust, Domestic Security, Foreign Security, Tax Loopholes
Culture & Social Justice Racial Equality, Gender Equality, Education Access/Quality
Economy & Labor Minimum Wage, Employment, Innovation, Food Supply
Taxation Income Tax, Corporate Tax, Capital Gains Tax, Sales Tax
Crime & Conflict Crime Rate, Policing
Environment & Resources Pollution, Energy Access, Resource Scarcity, Infrastructure Investment
Housing Homelessness, Affordable Housing, Cost of Living
Surveillance & Privacy Surveillance Index, Privacy Protections
Public Services Transportation, Digital Access, Bureaucratic Load
Cognitive Pressure Mental Health, Cultural Polarization, Information Overload, Institutional Complexity

🛠 Features

  • Real-time GUI simulation with 41 interdependent sliders
  • Lockable controls for isolating influence
  • Red/yellow/green indicators for each slider's threshold zones
  • Exponential bonus effects and stress-based resilience models
  • System stress display based on deviation from balance

Getting Started

# Clone the project
git clone https://github.com/yourusername/society-controller.git
cd society-controller

# (Optional) Create a virtual environment
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

# Run the simulation (currently healthcare module)
python main.py

Project Structure

society-controller/
├── main.py                      # Launches the simulation
├── modules/
│   ├── healthcare.py            # Current active module (Access, Quality, Affordability, Sickness)
│   └── [economy.py, housing.py, etc.]  # Future modules
└── README.md

Philosophy & Purpose

This isn’t just a simulator — it’s an interactive thought experiment. It invites you to feel how complex systems behave when you push too hard in one direction. It’s a tool for:

  • Policy exploration
  • Classroom discussion
  • Interactive art exhibitions
  • Systems thinking

"What happens if you max out democracy but ignore corruption?" "Can a country survive with perfect freedom but no trust?" "Is it possible to lower taxes and improve infrastructure at the same time?"

Slide your way into answers.


Requirements

  • Python 3.7+
  • tkinter (included with most Python distributions)
  • Desktop OS: Windows, macOS, or Linux with GUI support

Roadmap

  • Activate full 41-slider interface
  • Implement multi-module switching
  • Scenario presets (e.g. USA 2020, Nordic Model, Collapse Mode)
  • Graph output for trends
  • Web-based version
  • Physical controller with motorized sliders and LED bars

Designed for people who think in systems, not soundbites.

Slide thoughtfully. Balance is hard. Chaos is easy.

About

An interactive simulation and art project with 41 sliders that model the tradeoffs, tensions, and dynamics of real-world society. Slide your way through chaos or balance.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages