diff --git a/README.md b/README.md new file mode 100644 index 0000000..72eed48 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# 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)