mirror of
https://github.com/RGBCube/DOOM-fire-zig
synced 2025-07-27 17:17:45 +00:00
Update README.md
This commit is contained in:
parent
8949ceb94a
commit
4a442111f9
1 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,9 @@ Test your TTY might!
|
|||
|
||||

|
||||
|
||||
The doom-fire algo can push upwards of 180k a frame - results my vary!
|
||||
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...unsure if it will work on Win or Linux, sadly, due to TIOCGWINSZ flag. No third party dependencies!
|
||||
|
@ -18,7 +20,7 @@ $ zig build run
|
|||
# Results
|
||||
* iTerm.app - ok
|
||||
* kitty.app - great
|
||||
* Terminal.app - poor
|
||||
* Terminal.app - poor -- seems to drop framerates
|
||||
* VS Code - great
|
||||
|
||||
# Inspiration / Credits
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue