|
@@ -1,15 +1,21 @@
|
|
|
# Bézier Curve
|
|
|
|
|
|
+Just a fun little project to learn how to render Bézier Curves.
|
|
|
+
|
|
|
+## CPU implementation
|
|
|
+
|
|
|

|
|
|
-
|
|
|
|
|
|
-Just a fun little project to learn how to render Bézier Curves.
|
|
|
+## GPU implementation
|
|
|
+
|
|
|
+
|
|
|
|
|
|
## Quick Start
|
|
|
|
|
|
```console
|
|
|
$ make
|
|
|
-$ ./bezier
|
|
|
+$ ./cpu
|
|
|
+$ ./gpu
|
|
|
```
|
|
|
|
|
|
## References
|