Skip to main content
GameDev.net gamedev.net

Bezier Curves News

The latest Bezier Curves coverage curated for game developers.

A Texture Lookup Approach to Bézier Curve Evaluation on the GPU

GPU curve evaluation just got a hardware-assisted twist: a texture-lookup method uses fixed-function linear interpolation to evaluate Bézier curves faster in compute-bound workloads. The same idea extends to Bézier surfaces, …

Research Journal of Computer Graphics Techniques · 1 month, 3 weeks ago
AnchorFlow: Editable SVG Reconstruction via Sparse Anchor Point Fields

For graphics and tools folks, the interesting bit is a new SVG reconstruction method that tries to keep vector art editable without blowing up path complexity. AnchorFlow uses sparse anchor …

Research arXiv cs.GR · 4 months ago
Rational complex Bezier curves

The introduction of rational complex Bezier curves offers significant advantages for graphics programmers and designers. By extending the CAD paradigm to complex values, developers can leverage new projective transformations, enhancing …

Research arXiv cs.GR · 9 months, 3 weeks ago