Skip to content

Commit 81912c1

Browse files
committed
tests: Add hamilton
The images are generated by forming a Hamiltonian cycle through the pixel locations on the canvas, and another Hamiltonian cycle through the RGB values within the color cube. These cycles are traversed simultaneously to produce an extraordinarily smooth output image. Source: https://github.com/mnurzia/hamrgb
1 parent 7b07977 commit 81912c1

File tree

3 files changed

+1139
-0
lines changed

3 files changed

+1139
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ In `rv32emu` repository, there are some prebuilt ELF files for testing purpose.
275275
* `donut.elf` : See [donut](tests/donut.c)
276276
* `doom.elf` : See [sysprog21/doom_riscv](https://github.com/sysprog21/doom_riscv) [RV32M]
277277
* `fcalc.elf` : See [fcalc](tests/fcalc.c)
278+
* `hamilton.elf` : See [hamilton](tests/hamilton.c)
278279
* `ieee754.elf` : See [tests/ieee754.c](tests/ieee754.c) [RV32F]
279280
* `jit-bf.elf` : See [ezaki-k/xkon_beta](https://github.com/ezaki-k/xkon_beta)
280281
* `lena.elf`: See [tests/lena.c](tests/lena.c)

build/hamilton.elf

112 KB
Binary file not shown.

0 commit comments

Comments
 (0)