railwayka-landing/dist
rail a81ec7901d
ci/woodpecker/push/woodpecker Pipeline was successful Details
Implement multi-layer fluid simulation with organic particle flow
Replace chaotic particle motion with smooth fluid dynamics:

- Three-layer flow field system for complex organic motion
  - Large sweeping currents (0.003 scale)
  - Medium turbulence (0.006 scale)
  - Fine detail waves (0.001 scale)

- Smooth acceleration and velocity damping (0.95)
- Speed limiting (max 2px/frame) for graceful movement
- Particles start at rest and flow along force fields

- Visual improvements:
  - Radial gradient glows with green halos
  - Semi-transparent trail effects (0.12 alpha)
  - 1200 particles with 500-1000 frame lifespans
  - Soft green color scheme (rgba 100,255,180)

- Canvas positioned behind content (z-index: 0)
- Added CanvasGradient feature to web-sys

Result: Beautiful rain-drop style fluid animation
2025-11-22 22:47:22 +03:00
..
index.html Rewrite landing page in Rust + WebAssembly 2025-10-25 23:14:46 +03:00
railwayka_landing.d.ts Implement multi-layer fluid simulation with organic particle flow 2025-11-22 22:47:22 +03:00
railwayka_landing.js Implement multi-layer fluid simulation with organic particle flow 2025-11-22 22:47:22 +03:00
railwayka_landing_bg.wasm Implement multi-layer fluid simulation with organic particle flow 2025-11-22 22:47:22 +03:00
railwayka_landing_bg.wasm.d.ts Implement multi-layer fluid simulation with organic particle flow 2025-11-22 22:47:22 +03:00
style.css Add fluid particle animation system with Rust/WASM 2025-11-22 22:30:28 +03:00