Tagged articles
3 articles
Page 1 of 1
Sohu Tech Products
Sohu Tech Products
Dec 10, 2025 · Mobile Development

How I Harnessed AI to Craft a Complex Flutter Animation from Scratch

The author recounts a step‑by‑step experiment using AI to generate a sophisticated, neon‑glowing Flutter animation, detailing the challenges of prompting, iterative refinements, polar‑coordinate math, multi‑stage animation controllers, 3D transforms, and compositing techniques, all backed by a public GitHub repository.

AIFlutterMobile Development
0 likes · 13 min read
How I Harnessed AI to Craft a Complex Flutter Animation from Scratch
Model Perspective
Model Perspective
Oct 19, 2023 · Fundamentals

Draw a Heart with Math: 7 Stunning Equations to Visualize Love

Explore how various mathematical equations—from parametric and polar forms to implicit and animated functions—can be used to generate beautiful heart-shaped graphics, illustrating the romantic symbolism of love through visualized curves and dynamic patterns.

Polar Coordinatesheart curvemathematics
0 likes · 4 min read
Draw a Heart with Math: 7 Stunning Equations to Visualize Love
ByteFE
ByteFE
Jun 15, 2022 · Frontend Development

Using Polar Coordinates in WebGL Shaders to Create Complex Patterns

This article demonstrates how to convert Cartesian coordinates to polar coordinates in GLSL, providing reusable shader functions and examples that generate a variety of intriguing shapes such as blades, clovers, buds, flowers, gourds, apples, and infinity symbols, while encouraging experimentation with parameters.

GraphicsPolar CoordinatesShader
0 likes · 6 min read
Using Polar Coordinates in WebGL Shaders to Create Complex Patterns