1.0.8 • Published 5 years ago

nrx-term v1.0.8

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

nrx-term

About

nrx-term is a hardware-accelerated, browser-based terminal emulator for game development.

Goals

nrx-term is intended to assist in developing graphically rich roguelike games.

To this end, nrx-term offers:

  • Hardware-accelerated rendering - render huge terminals at 60+ FPS with plenty of CPU to spare
  • Out-of-the-box handling of keyboard and mouse input
  • Support for true color and character rotation
  • Small API surface, simple to understand and use (hopefully)

nrx-term is purely for terminal display and input handling, and is not opinionated about how you build your game.

How to use

nrx-term is available via npm. Install from the command line with npm i nrx-term. Import it for use in your project with import { NRXTerm } from 'nrx-term';.

Todo

  • Better documentation
  • Revisit user-facing API
1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago