Browse Source

Clean up README

rexim 4 years ago
parent
commit
297db73eb0
1 changed files with 9 additions and 3 deletions
  1. 9 3
      README.md

+ 9 - 3
README.md

@@ -1,15 +1,21 @@
 # Bézier Curve
 
+Just a fun little project to learn how to render Bézier Curves.
+
+## CPU implementation
+
 ![thumbnail-cpu](./thumbnail-cpu.png)
-![thumbnail-gpu](./thumbnail-gpu.png)
 
-Just a fun little project to learn how to render Bézier Curves.
+## GPU implementation
+
+![thumbnail-gpu](./thumbnail-gpu.png)
 
 ## Quick Start
 
 ```console
 $ make
-$ ./bezier
+$ ./cpu
+$ ./gpu
 ```
 
 ## References