Create README.md

This commit is contained in:
Oleg Sobolev 2025-01-20 23:23:56 +03:00 committed by GitHub
parent 7da6544f8b
commit 77f7490ee4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
README.md Normal file
View file

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