Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 701 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 701 Bytes

drone-asciiview

Live view of a drone camera in ASCII

Getting Started

First, install NodeJS and NPM.

Then, install the AAlib bindings for Python. On Debian systems these are available via the python-aalib package:

aptitude install python-aalib

Finally, clone drone-asciiview and install the required NPM modules:

git clone https://github.com/vog/drone-asciiview.git
cd drone-asciiview
npm install

That's it! Now you can run drone-asciiview:

./drone-asciiview.js

Related