1
Fork 0
mirror of https://github.com/RGBCube/DOOM-fire-zig synced 2025-05-13 23:54:58 +00:00
No description
Find a file
2024-03-27 16:07:26 +03:00
src Fix compilation, again 2024-03-27 16:07:26 +03:00
.gitignore r2022 2022-01-15 17:56:09 -05:00
build.zig Fix compilation 2024-02-12 13:43:06 +03:00
README.md Program needs libc now but should be more portable AFAIK 2022-01-16 16:43:24 +00:00

DOOMFIRE

Test your TTY's might!

demo

The doom-fire algo can push upwards of 180k a frame - results may vary! It is, to my surprise, a nice TTY stress test.

As a comparable, this is the younger sibling of a node variant ( https://github.com/const-void/DOOM-fire-node ).

INSTALL

Tested on OX Monterey / M1 w/zig 0.9...

EDIT: Now tested on Artix Linux - links against libc to get the size of the TTY.

This means that the program does rely on libc, this shouldn't be a problem.

$ git clone https://github.com/const-void/DOOM-fire-zig/
$ cd DOOM-fire-zig
$ zig build run
...

Results

  • iTerm.app - ok
  • kitty.app - great
  • Terminal.app - poor -- seems to drop framerates
  • VS Code - great
  • Alacritty (artix linux) - great

Inspiration / Credits