Skip to content

Commit

Permalink
tests: Add hamilton
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jserv committed Dec 22, 2023
1 parent 7b07977 commit 81912c1
Show file tree
Hide file tree
Showing 3 changed files with 1,139 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ In `rv32emu` repository, there are some prebuilt ELF files for testing purpose.
* `donut.elf` : See [donut](tests/donut.c)
* `doom.elf` : See [sysprog21/doom_riscv](https://github.com/sysprog21/doom_riscv) [RV32M]
* `fcalc.elf` : See [fcalc](tests/fcalc.c)
* `hamilton.elf` : See [hamilton](tests/hamilton.c)
* `ieee754.elf` : See [tests/ieee754.c](tests/ieee754.c) [RV32F]
* `jit-bf.elf` : See [ezaki-k/xkon_beta](https://github.com/ezaki-k/xkon_beta)
* `lena.elf`: See [tests/lena.c](tests/lena.c)
Expand Down
Binary file added build/hamilton.elf
Binary file not shown.
Loading

0 comments on commit 81912c1

Please sign in to comment.