No description
Find a file
2025-01-20 23:23:56 +03:00
.vscode bezier curves, i guess 2024-06-10 20:55:05 +07:00
src Add tangent renderer which uses less triangles 2024-06-12 13:00:00 +07:00
.gitignore init 2024-06-06 22:40:28 +07:00
Cargo.lock bezier curves, i guess 2024-06-10 20:55:05 +07:00
Cargo.toml bezier curves, i guess 2024-06-10 20:55:05 +07:00
README.md Create README.md 2025-01-20 23:23:56 +03:00

Bezier

A demo program I made in 2024 rendering a simple cubic Bezier spline in Rust. Presss spacebar to switch to wireframe view. Uses wgpu to render the triangles to the screen (wgpu supports multiple rendering APIs: Vulkan, DirectX12, WebGPU)