Skip to content

Commit a7e15d2

Browse files
committed
images
1 parent aea1046 commit a7e15d2

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ Other dependencies, which are delivered with the code, are
2525
- Agner Fog's vectorclass (https://github.com/vectorclass/version2)
2626
- ocornut's dear imgui (https://github.com/ocornut/imgui)
2727
- nlohmann's json (https://github.com/nlohmann/json)
28+
29+
## The shader
30+
31+
I've mainly used vectorforth as a test to see what the performance of a CPU is when you let it do embarrassingly parallel GPU tasks, such as writing a shader. The most basic shader application is `sf`
32+
33+
34+
![](images/happy_jumper.png)
2835

2936
## Memory
3037

images/happy_jumper_step1.png

58.7 KB
Loading

images/happy_jumper_step2.png

72 KB
Loading

images/happy_jumper_step3.png

237 KB
Loading

images/palmtree.png

31.5 KB
Loading

0 commit comments

Comments
 (0)