1
Fork 0
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:
const void* 2022-01-15 19:29:43 -05:00 committed by GitHub
parent 8949ceb94a
commit 4a442111f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,9 @@ Test your TTY might!
![demo](https://user-images.githubusercontent.com/76228776/149635702-a331f892-7799-4f7f-a4a6-7048d3529dcf.mp4)
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