Real Threads

Real Threads

The Road to Reality — Primer

Project Primer: The Road to Reality

Origins

An interactive web series inspired by Roger Penrose's The Road to Reality: A Complete Guide to the Laws of the Universe. The project aims to make profound mathematical and physical ideas accessible through interactive web technologies — diagrams you can manipulate, not just read about.

Structure

Hub-and-spoke architecture:

  • Hub page: app/projects/roads/page.tsx — introduces the series and links to individual chapters
  • Chapter 1: Pythagoras's Theorem — interactive proof and visualisation
  • Chapter 2: Hyperbolic Geometry — interactive geometry explorer
  • Interactive HTML: Standalone demos in public/roads/pythagoras/ and public/roads/hyperbolic/
  • Components: components/roads/ contains chapter-specific components

Each chapter combines educational narrative with live, manipulable visualisations.

Related Projects

  • Energy: Both use embedded interactive HTML to teach scientific concepts
  • Interactive Data Viz: Shares the philosophy of making abstract ideas tangible through interaction
  • De Selby on the CMD Line: Both reference canonical books (Penrose vs. O'Brien) as source material

Agent Guidance

  • Penrose's book is the touchstone — this is an attempt to bring its ideas to the web
  • Emphasise the interactive element: visitors manipulate diagrams, they don't just view them
  • Currently two chapters; the series architecture supports expansion
  • Common questions: "Do I need to know maths?" (no, the visualisations are self-explanatory), "Will there be more chapters?" (the hub structure supports it)
  • Avoid: Calling this "roads" casually — the full title is "The Road to Reality"
← Back to home