Tag

Bezier Curve

1 views collected around this technical thread.

Sohu Tech Products
Sohu Tech Products
Jun 7, 2023 · Frontend Development

Implementing a Custom Interactive Curve Chart with Canvas and Bezier Curves

This article explains how to build a feature‑rich, responsive curve chart from scratch using HTML5 canvas, covering layer separation, adaptive sizing, custom gradient fills, Bezier curve calculations, point‑on‑path detection, label handling, animation masking, and a complete configuration object with code examples.

Bezier CurveCanvasJavaScript
0 likes · 19 min read
Implementing a Custom Interactive Curve Chart with Canvas and Bezier Curves
Sohu Tech Products
Sohu Tech Products
Dec 14, 2022 · Mobile Development

Implementing a Drag‑and‑Bounce Custom View with Explosion Effect in Android (Kotlin)

This tutorial explains how to build an Android custom view that lets a large circle be dragged, scales a smaller circle based on distance, snaps back with a bounce animation when released inside a boundary, or plays an explosion sequence when released outside, using Kotlin, Bézier curves, and WindowManager integration.

AndroidBezier CurveCustom View
0 likes · 19 min read
Implementing a Drag‑and‑Bounce Custom View with Explosion Effect in Android (Kotlin)
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Nov 22, 2021 · Frontend Development

Mastering Canvas Data Visualization: From Basics to Interactive Charts

This tutorial explains what data visualization is, why it matters, common front‑end visualization libraries, and provides step‑by‑step guidance on drawing lines and curves with Canvas—including segment generation, Bézier and B‑spline curves, animation techniques, and interaction (picking) methods—so developers can build interactive charts efficiently.

Bezier CurveCanvasJavaScript
0 likes · 21 min read
Mastering Canvas Data Visualization: From Basics to Interactive Charts
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Sep 3, 2019 · Frontend Development

Building Interactive Exam Charts with Recharts, SVG and CSS Mask in React

This article details how to redesign a learning report by selecting a lightweight React‑compatible visualization library, implementing exam score line charts with Recharts, customizing SVG labels and Bezier curves, creating a carousel bar chart, and using CSS‑mask techniques to render non‑continuous status bars.

Bezier CurveReactRecharts
0 likes · 12 min read
Building Interactive Exam Charts with Recharts, SVG and CSS Mask in React
Hujiang Technology
Hujiang Technology
Aug 12, 2016 · Mobile Development

Understanding and Implementing Bézier Curves in Android: Quadratic and Cubic Simulations

This article explains the fundamentals of Bézier curves, demonstrates how to simulate quadratic and cubic Bézier paths on Android using the provided APIs, and explores practical applications such as smooth drawing, wave effects, and path animations with code examples and visual references.

AndroidBezier CurveCubic
0 likes · 12 min read
Understanding and Implementing Bézier Curves in Android: Quadratic and Cubic Simulations