-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e97d266
commit 6c26e32
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
# DOOM-fire NODE MODE | ||
Test your (tty) might! The DOOM fire algorithm will throw 90k - 180k of screen updates a frame art your dependable. | ||
|
||
!(Demo)[https://user-images.githubusercontent.com/76228776/149641459-f36cd64a-c337-47c8-b573-c0b6fbc26dcd.mp4] | ||
![Demo](https://user-images.githubusercontent.com/76228776/149641459-f36cd64a-c337-47c8-b573-c0b6fbc26dcd.mp4) | ||
|
||
# INSTALLATION | ||
Tested w/Node v17, MacOSX 12.1 Monterey (M1). No dependencies. | ||
|
||
` | ||
``` | ||
$ git clone https://github.com/const-void/DOOM-fire-node/ | ||
$ npm start | ||
` | ||
``` | ||
|
||
# Notes | ||
Node sibling to https://github.com/const-void/DOOM-fire-zig | ||
Older node sibling to https://github.com/const-void/DOOM-fire-zig | ||
|
||
* Terminal.app - bad | ||
* VS Code - Great | ||
|
||
What is interesting is Terminal.app has a much lower FPS, but is not blocking output despite choking on the updates. Feels like a termios setting is ary BUT how to research? |