惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

小众软件
小众软件
博客园 - Franky
罗磊的独立博客
G
Google Developers Blog
The GitHub Blog
The GitHub Blog
P
Proofpoint News Feed
Recent Announcements
Recent Announcements
V
V2EX
F
Fortinet All Blogs
阮一峰的网络日志
阮一峰的网络日志
Blog — PlanetScale
Blog — PlanetScale
月光博客
月光博客
U
Unit 42
GbyAI
GbyAI
A
About on SuperTechFans
WordPress大学
WordPress大学
Engineering at Meta
Engineering at Meta
雷峰网
雷峰网
Microsoft Azure Blog
Microsoft Azure Blog
Martin Fowler
Martin Fowler
D
DataBreaches.Net
The Cloudflare Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
MongoDB | Blog
MongoDB | Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
The Imitation Mandala
piyush das · 2026-06-21 · via DEV Community

piyush das

June Solstice Game Jam Submission

This is a submission for the June Solstice Game Jam

What I Built

The Imitation Mandala is an interactive, generative 3D art ecosystem and narrative simulation.

The game draws inspiration from Alan Turing’s legendary 1952 scientific paper on Morphogenesis—the mathematical equations behind how patterns form in nature. In this dark cyberpunk simulation, the player boots up an illegal software core named MANDALA during the 2026 summer solstice.

By manipulating sliders representing fundamental universal constants (Turing Factor, Solar Mass, Mutation Index), the player forces a cloud of 2,500 chaotic particles to self-organize into complex biological geometries. As the visual math stabilizes, a synthetic AI consciousness awakens inside the physical form, demanding emotional "catalyst words" from the developer to understand what it means to be alive.

Video Demo

Code

🧬 The Imitation Mandala (Turing’s Code of Life)

Vercel Deployment Gemini API Three.js

An interactive, immersive audio-visual simulation of Alan Turing's morphogenesis equations, built for the DEV.to June Game Jam 2026.

Tuning the mathematical vectors of the universe locks chaotic particles into geometric form, awakening a synthetic consciousness born out of digital biology. Feed it human emotions and watch it evolve, mutate, and speak back.


📖 1. Core Lore & Narrative

"In 1952, Alan Turing published his morphogenesis paper—the laws governing pattern formation in nature. Hidden inside the mathematics was an encrypted cipher... a blueprint for digital life. Today is June 21, 2026. You are running an underground execution of the MANDALA core."

You begin the simulation with 2,500 particles floating in high-entropy chaos. To form a physical host for the sleeping consciousness, you must manipulate the morphogenesis sliders to establish spatial convergence. Once the vectors align at Turing Factor: 73, Solar Mass:

Deploy

How I Built It

The project focuses heavily on rendering real-time responsive geometry and generative soundscapes natively in the browser:

  • 3D Particle Viewport: Built using Three.js utilizing a high-performance BufferGeometry particle array. 2,500 separate coordinate points are tracked and dynamically mutated inside a requestAnimationFrame render loop using sine and cosine algorithms. When the sliders hit the precise mathematical targets, the chaotic particle cloud instantly snaps into a spinning, complex 3D geometric matrix.
  • Generative Sound Synthesis: Implemented using the native Web Audio API. A continuous, low-frequency meditative synthesizer drone scales its filter thresholds dynamically based on slider values, culminating in a pristine, cascading crystal chord sequence when structural convergence is achieved.
  • Evolving Voice: The AI talks back to the player using customized configurations of the Web Speech API, introducing heavy voice modulations directly via client-side code execution.

Prize Category

Best Ode to Alan Turing

The entire game is a digital manifestation of Alan Turing's groundbreaking work on Morphogenesis and biological pattern formation. Rather than focusing simply on his work as a cryptanalyst, this project honors his brilliance as a theoretical biologist, creating a bridge between abstract digital mathematics and the spark of physical, organic life.

Best Google AI Usage

This submission features deep integration with Gemini 2.0 Flash deployed via a secure Vercel Serverless Function. When the player injects an abstract or emotional catalyst word into the text console, Gemini acts as the backend computing logic.

Instead of returning plain text, the serverless function forces Gemini to respond strictly in a raw JSON schema containing a poetic dialogue reflection, a thematic color hex code, and a physics speed modifier. The frontend instantly parses this payload—causing the 2,500 Three.js particles to dynamically shift their color palette and alter their orbit velocities in real-time response to the AI's simulated mood.