bezier/README.md

4 lines
252 B
Markdown
Raw Normal View History

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)