https://github.com/const-void/doom-fire-node
https://github.com/const-void/doom-fire-node
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/const-void/doom-fire-node
- Owner: const-void
- Created: 2022-01-15T23:44:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T00:22:42.000Z (over 3 years ago)
- Last Synced: 2025-03-29T19:11:09.436Z (about 2 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DOOM-fire NODE MODE
Test your (tty) might! The DOOM fire algorithm will throw 90k - 180k of screen updates a frame art your dependable.
# 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
Older node sibling to https://github.com/const-void/DOOM-fire-zig* Terminal.app - bad
* VS Code - GreatWhat 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?