Spaces:
Sleeping
Sleeping
| { | |
| "visualization": { | |
| "general": { | |
| "maxSpheres": 5, | |
| "defaultActiveSpheres": 5, | |
| "performanceMode": false, | |
| "debugLogging": false, | |
| "debugLogFrequency": 0.01 | |
| }, | |
| "particles": { | |
| "defaultParticleCount": 50000, | |
| "minParticleCount": 2000, | |
| "maxParticleCount": 50000, | |
| "particleSize": 0.9, | |
| "particleLifetime": 12.0, | |
| "particleSizeVariation": 0.15, | |
| "particleOpacity": 0.8, | |
| "organicGlow": 0.7, | |
| "naturalScattering": 0.25 | |
| }, | |
| "spheres": { | |
| "baseRadius": 1.0, | |
| "radiusIncrement": 0.08, | |
| "innerSphereRadius": 0.75, | |
| "maxSphereRadius": 1.8, | |
| "containmentPullback": 0.35, | |
| "overflowDamping": 0.95 | |
| }, | |
| "physics": { | |
| "turbulenceStrength": 0.0012, | |
| "noiseScale": 1.8, | |
| "noiseScaleVariation": 0.2, | |
| "noiseSpeed": 0.18, | |
| "defaultDamping": 0.992, | |
| "velocityDecay": 0.998, | |
| "beatForceMultiplier": 0.0002, | |
| "maxVelocity": 0.025, | |
| "stabilityThreshold": 5.0, | |
| "emergencyDamping": 0.50, | |
| "organicFlowFactor": 0.95, | |
| "naturalBreathing": 0.22 | |
| }, | |
| "rotation": { | |
| "rotationSpeedMin": 0.001, | |
| "rotationSpeedMax": 0.05, | |
| "rotationSpeedIncrement": 0.006, | |
| "rotationSmoothness": 0.12, | |
| "autoRotateSpeed": 0.4 | |
| } | |
| }, | |
| "audio": { | |
| "frequencyRanges": [ | |
| { | |
| "name": "sub-bass", | |
| "minFrequency": 20, | |
| "maxFrequency": 80, | |
| "beatThreshold": 0.6, | |
| "volumeChangeThreshold": 0.05 | |
| }, | |
| { | |
| "name": "bass", | |
| "minFrequency": 120, | |
| "maxFrequency": 250, | |
| "beatThreshold": 0.65, | |
| "volumeChangeThreshold": 0.08 | |
| }, | |
| { | |
| "name": "mid", | |
| "minFrequency": 250, | |
| "maxFrequency": 800, | |
| "beatThreshold": 0.7, | |
| "volumeChangeThreshold": 0.1 | |
| }, | |
| { | |
| "name": "high-mid", | |
| "minFrequency": 1000, | |
| "maxFrequency": 4000, | |
| "beatThreshold": 0.75, | |
| "volumeChangeThreshold": 0.12 | |
| }, | |
| { | |
| "name": "high", | |
| "minFrequency": 5000, | |
| "maxFrequency": 10000, | |
| "beatThreshold": 0.8, | |
| "volumeChangeThreshold": 0.15 | |
| } | |
| ], | |
| "beatDetection": { | |
| "energyHistoryLength": 25, | |
| "minTimeBetweenPeaks": 180, | |
| "beatStrength": 0.018, | |
| "waveDecayRate": 0.988, | |
| "peakThresholdMultiplier": 1.2 | |
| }, | |
| "volumeSmoothing": { | |
| "enabled": true, | |
| "smoothingFactor": 0.12, | |
| "changeThresholdDefault": 0.08 | |
| } | |
| }, | |
| "entronaut": { | |
| "enabled": false, | |
| "sefaAnalysis": { | |
| "fieldSize": 1024, | |
| "fieldWidth": 64, | |
| "fieldHeight": 64, | |
| "updateFrequency": 5, | |
| "temporalSmoothing": 0.92, | |
| "intensitySmoothing": 0.08 | |
| }, | |
| "weights": { | |
| "alpha_amplitude": 1.0, | |
| "alpha_phase": 0.7, | |
| "alpha_entropy": 1.2, | |
| "alpha_curvature": 0.8, | |
| "alpha_spectral": 0.9 | |
| }, | |
| "adaptiveCoupling": { | |
| "enabled": true, | |
| "updateFrequency": 6, | |
| "dampingBase": 0.95, | |
| "dampingVariation": 0.2, | |
| "diffusionBase": 0.005, | |
| "diffusionVariation": 0.3, | |
| "couplingBase": 0.01, | |
| "couplingVariation": 0.02, | |
| "flockingRadius": 0.15, | |
| "flockingInfluence": 0.1, | |
| "metabolicPulseStrength": 0.25, | |
| "neighborCheckStep": 8, | |
| "neighborRange": 15 | |
| }, | |
| "biomimeticBehavior": { | |
| "collectiveMemory": 0.85, | |
| "emergenceThreshold": 0.4, | |
| "coherenceWeight": 0.8, | |
| "complexityWeight": 0.8, | |
| "networkInfluence": 0.15, | |
| "syncPulseStrength": 0.15 | |
| } | |
| }, | |
| "tendrils": { | |
| "enabled": true, | |
| "maxTendrils": 6000, | |
| "defaultDensity": 0.25, | |
| "maxTendrilLength": 0.7, | |
| "tendrilSegments": 6, | |
| "updateInterval": 120, | |
| "sampleParticlesPerSphere": 8, | |
| "particleSampleStep": 1200, | |
| "curvature": { | |
| "midPointMultiplier": 0.18, | |
| "undulationStrength": 0.04, | |
| "timeFactorBase": 0.0008, | |
| "timeFactorCurve": 0.0012, | |
| "spatialFrequency": 8 | |
| }, | |
| "visual": { | |
| "baseOpacity": 0.25, | |
| "glowIntensity": 0.8, | |
| "colorIntensityBase": 0.25, | |
| "colorIntensityVariation": 0.6, | |
| "blendingMode": "additive" | |
| } | |
| }, | |
| "cymatics": { | |
| "enabled": true, | |
| "intensity": 0.05, | |
| "patterns": { | |
| "radialWaves": { | |
| "frequencyFactor": 0.08, | |
| "petalCount": 5, | |
| "amplitudeZ": 0.4 | |
| }, | |
| "sphericalHarmonics": { | |
| "lMultiplier": 0.4, | |
| "mMultiplier": 0.25, | |
| "timeMultiplier": 1.5 | |
| }, | |
| "geometricLattice": { | |
| "frequencyFactor": 0.15 | |
| }, | |
| "flowerOfLife": { | |
| "frequencyFactor": 0.12, | |
| "basePetals": 5, | |
| "petalVariation": 0.08, | |
| "amplitudeZ": 0.25 | |
| } | |
| }, | |
| "breathing": { | |
| "enabled": true, | |
| "speed": 0.4, | |
| "intensityBase": 0.25, | |
| "intensityVariation": 0.6 | |
| } | |
| }, | |
| "dysonSphere": { | |
| "enabled": false, | |
| "vines": { | |
| "maxVines": 18, | |
| "maxSegmentsPerVine": 24, | |
| "sphereRadius": 2.6, | |
| "growthSpeed": 0.015, | |
| "vineThickness": 0.006, | |
| "branchingProbability": 0.12, | |
| "maxBranches": 2, | |
| "curvature": 0.25, | |
| "audioReactivity": 1.0, | |
| "organicVariation": 0.35 | |
| }, | |
| "nodes": { | |
| "nodeCount": 36, | |
| "nodeSize": 0.018, | |
| "pulseIntensity": 1.2, | |
| "connectionThreshold": 0.7, | |
| "energyFlow": 0.5 | |
| }, | |
| "growth": { | |
| "seedPoints": 6, | |
| "growthCycles": 50, | |
| "maturityTime": 40.0, | |
| "renewalRate": 0.06, | |
| "emergenceThreshold": 0.25 | |
| }, | |
| "visual": { | |
| "bloomIntensity": 1.5, | |
| "wireframeOpacity": 0.5, | |
| "nodeGlow": 1.8, | |
| "vineGlow": 1.2, | |
| "pulsationSpeed": 0.7 | |
| } | |
| }, | |
| "colors": { | |
| "sphereColorSchemes": [ | |
| { | |
| "name": "sub-bass", | |
| "start": "#2d5016", | |
| "end": "#7d4f39" | |
| }, | |
| { | |
| "name": "bass", | |
| "start": "#8b5a2b", | |
| "end": "#4a6741" | |
| }, | |
| { | |
| "name": "mid", | |
| "start": "#cd853f", | |
| "end": "#556b2f" | |
| }, | |
| { | |
| "name": "high-mid", | |
| "start": "#daa520", | |
| "end": "#2e8b57" | |
| }, | |
| { | |
| "name": "high", | |
| "start": "#b8860b", | |
| "end": "#20b2aa" | |
| } | |
| ], | |
| "organicPalette": { | |
| "deepForest": "#2d5016", | |
| "ancientBronze": "#cd7f32", | |
| "copperGlow": "#b87333", | |
| "goldLeaf": "#daa520", | |
| "earthBrown": "#8b4513", | |
| "stoneBark": "#696969", | |
| "mossGreen": "#556b2f", | |
| "tealDepth": "#20b2aa", | |
| "amberWarm": "#ffbf00", | |
| "ironOxide": "#7d4f39", | |
| "forestShadow": "#1e3a0f", | |
| "vineGreen": "#4a6741", | |
| "copperPatina": "#87ceeb", | |
| "burnishedGold": "#b8860b", | |
| "darkTeal": "#2f4f4f" | |
| }, | |
| "dysonVines": { | |
| "primaryVine": "#4a6741", | |
| "secondaryVine": "#556b2f", | |
| "vineHighlight": "#7d8471", | |
| "nodeColor": "#cd7f32", | |
| "connectionColor": "#b87333", | |
| "growthTip": "#daa520", | |
| "anchorPoints": "#2d5016" | |
| }, | |
| "tendrilColors": { | |
| "baseColor": [0.4, 0.3, 0.2], | |
| "frequencyColorMap": { | |
| "lowFreq": [0.8, 0.5, 0.3], | |
| "midFreq": [0.6, 0.7, 0.3], | |
| "highFreq": [0.3, 0.6, 0.6] | |
| }, | |
| "organicBlend": { | |
| "forest": [0.18, 0.31, 0.09], | |
| "bronze": [0.80, 0.50, 0.20], | |
| "copper": [0.72, 0.45, 0.20], | |
| "gold": [0.85, 0.65, 0.13], | |
| "teal": [0.13, 0.70, 0.67] | |
| } | |
| } | |
| }, | |
| "camera": { | |
| "defaultPosition": [0, 0, 2.5], | |
| "fov": 75, | |
| "near": 0.1, | |
| "far": 1000, | |
| "controls": { | |
| "enableDamping": true, | |
| "dampingFactor": 0.05, | |
| "maxDistance": 50, | |
| "minDistance": 0.1, | |
| "maxPolarAngle": 3.14159, | |
| "autoRotateSpeed": 0.4 | |
| }, | |
| "presets": { | |
| "default": [0, 0, 2.5], | |
| "inside": [0, 0, 0.5], | |
| "far": [0, 0, 8], | |
| "top": [0, 5, 0], | |
| "side": [5, 0, 0] | |
| } | |
| }, | |
| "fog": { | |
| "enabled": false, | |
| "color": "#000000", | |
| "near": 2.7, | |
| "far": 3.7, | |
| "density": 0.1 | |
| }, | |
| "rendering": { | |
| "antialias": true, | |
| "background": "#0F1B13", | |
| "particleBlending": "additive", | |
| "targetFPS": 60, | |
| "adaptiveQuality": { | |
| "enabled": true, | |
| "minFPS": 35, | |
| "qualityReductionStep": 0.08, | |
| "qualityRecoveryDelay": 1500 | |
| }, | |
| "organicRendering": { | |
| "warmthFactor": 1.1, | |
| "naturalContrast": 0.9, | |
| "earthyTones": true | |
| } | |
| }, | |
| "ui": { | |
| "controls": { | |
| "defaultCollapsed": true, | |
| "position": "bottom-right", | |
| "maxWidth": "280px", | |
| "maxHeight": "70vh", | |
| "opacity": 0.85 | |
| }, | |
| "about": { | |
| "defaultCollapsed": true, | |
| "position": "bottom-center", | |
| "width": "350px" | |
| }, | |
| "animation": { | |
| "transitionDuration": "0.3s", | |
| "hoverScale": 1.1, | |
| "backdropBlur": "10px" | |
| } | |
| }, | |
| "performance": { | |
| "adaptiveSettings": { | |
| "enabled": true, | |
| "thresholds": { | |
| "particleReduction": 40, | |
| "tendrilReduction": 35, | |
| "sefaDisable": 30, | |
| "couplingDisable": 25 | |
| } | |
| }, | |
| "optimizations": { | |
| "particleUpdateStep": 1, | |
| "tendrilUpdateStep": 8, | |
| "sefaUpdateStep": 15, | |
| "couplingUpdateStep": 10, | |
| "neighborCheckReduction": 10, | |
| "maxCacheSize": 30, | |
| "cacheLifetime": 400, | |
| "bufferPoolSize": 3, | |
| "adaptiveFrameSkipping": false, | |
| "lodEnabled": false, | |
| "memoryCleanupInterval": 8000 | |
| }, | |
| "huggingFaceOptimized": { | |
| "enabled": true, | |
| "maxParticlesPerSphere": 5000, | |
| "minParticlesPerSphere": 2000, | |
| "reducedComplexityMode": true, | |
| "aggressiveCaching": false, | |
| "cpuOptimized": true | |
| } | |
| }, | |
| "presets": { | |
| "performance": { | |
| "visualization": { | |
| "particles": { | |
| "defaultParticleCount": 4000 | |
| }, | |
| "physics": { | |
| "turbulenceStrength": 0.003, | |
| "maxVelocity": 0.04, | |
| "stabilityThreshold": 4.0 | |
| } | |
| }, | |
| "entronaut": { | |
| "enabled": false | |
| }, | |
| "tendrils": { | |
| "enabled": false | |
| }, | |
| "cymatics": { | |
| "enabled": false | |
| } | |
| }, | |
| "extreme": { | |
| "visualization": { | |
| "general": { | |
| "performanceMode": true | |
| }, | |
| "particles": { | |
| "defaultParticleCount": 80000 | |
| }, | |
| "physics": { | |
| "turbulenceStrength": 0.001, | |
| "maxVelocity": 0.02, | |
| "stabilityThreshold": 2.0, | |
| "emergencyDamping": 0.02 | |
| } | |
| }, | |
| "entronaut": { | |
| "enabled": false | |
| }, | |
| "tendrils": { | |
| "enabled": false, | |
| "maxTendrils": 300 | |
| }, | |
| "cymatics": { | |
| "enabled": false | |
| }, | |
| "performance": { | |
| "adaptiveSettings": { | |
| "enabled": true, | |
| "thresholds": { | |
| "particleReduction": 40, | |
| "tendrilReduction": 35, | |
| "sefaDisable": 30, | |
| "couplingDisable": 25 | |
| } | |
| } | |
| } | |
| }, | |
| "quality": { | |
| "particles": { | |
| "defaultParticleCount": 20000, | |
| "turbulenceStrength": 0.008 | |
| }, | |
| "entronaut": { | |
| "enabled": true, | |
| "sefaAnalysis": { | |
| "fieldSize": 1024 | |
| } | |
| }, | |
| "tendrils": { | |
| "maxTendrils": 2000, | |
| "tendrilSegments": 10 | |
| } | |
| }, | |
| "minimal": { | |
| "visualization": { | |
| "general": { | |
| "defaultActiveSpheres": 2 | |
| } | |
| }, | |
| "particles": { | |
| "defaultParticleCount": 2500 | |
| }, | |
| "entronaut": { | |
| "enabled": false | |
| }, | |
| "tendrils": { | |
| "enabled": false | |
| } | |
| }, | |
| "coherent": { | |
| "visualization": { | |
| "particles": { | |
| "defaultParticleCount": 8000 | |
| }, | |
| "physics": { | |
| "turbulenceStrength": 0.0005, | |
| "noiseScale": 1.2, | |
| "defaultDamping": 0.992, | |
| "velocityDecay": 0.998, | |
| "beatForceMultiplier": 0.00005, | |
| "maxVelocity": 0.012, | |
| "stabilityThreshold": 1.5, | |
| "emergencyDamping": 0.85 | |
| }, | |
| "spheres": { | |
| "innerSphereRadius": 0.8, | |
| "maxSphereRadius": 1.6, | |
| "containmentPullback": 0.45, | |
| "overflowDamping": 0.98 | |
| } | |
| }, | |
| "audio": { | |
| "beatDetection": { | |
| "beatStrength": 0.008, | |
| "waveDecayRate": 0.99 | |
| } | |
| }, | |
| "entronaut": { | |
| "enabled": true, | |
| "adaptiveCoupling": { | |
| "enabled": true, | |
| "dampingBase": 0.98, | |
| "dampingVariation": 0.1, | |
| "flockingRadius": 0.12, | |
| "flockingInfluence": 0.05 | |
| } | |
| }, | |
| "tendrils": { | |
| "enabled": true, | |
| "maxTendrils": 4000, | |
| "defaultDensity": 0.15 | |
| } | |
| } | |
| } | |
| } |