bezier/README.md
2025-01-20 23:23:56 +03:00

3 lines
252 B
Markdown

# 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)