Skip to content

Commit

Permalink
demo
Browse files Browse the repository at this point in the history
  • Loading branch information
const-void authored Jan 15, 2022
1 parent e97d266 commit 6c26e32
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
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?

0 comments on commit 6c26e32

Please sign in to comment.