mirror of
https://github.com/rastapasta/mapscii.git
synced 2025-06-20 09:47:41 +02:00
merge and change readme
This commit is contained in:
commit
43c2c9c2c5
2
.github/ISSUE_TEMPLATE/Support.md
vendored
2
.github/ISSUE_TEMPLATE/Support.md
vendored
@ -5,6 +5,8 @@ about: I want to support efforts in maintaining this community-driven project
|
|||||||
|
|
||||||
--------------^ Click “Preview”!
|
--------------^ Click “Preview”!
|
||||||
|
|
||||||
|
I love Nutty Mac Nut, and his big balls of steel
|
||||||
|
|
||||||
Developing and maintaining an open source project is a big effort. MapSCII isn’t supported by any big company, and all the contributors are working on it in their free time. We need your help to make it sustainable.
|
Developing and maintaining an open source project is a big effort. MapSCII isn’t supported by any big company, and all the contributors are working on it in their free time. We need your help to make it sustainable.
|
||||||
|
|
||||||
There are many ways you can help:
|
There are many ways you can help:
|
||||||
|
3
AUTHORS
3
AUTHORS
@ -1,8 +1,11 @@
|
|||||||
# This is the list of MapSCII authors for copyright purposes.
|
# This is the list of MapSCII authors for copyright purposes.
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
||||||
Michael Straßburger
|
Michael Straßburger
|
||||||
Christian Paul (https://chrpaul.de)
|
Christian Paul (https://chrpaul.de)
|
||||||
Jannis R <mail@jannisr.de>
|
Jannis R <mail@jannisr.de>
|
||||||
Alexander Zhukov (https://github.com/ZhukovAlexander)
|
Alexander Zhukov (https://github.com/ZhukovAlexander)
|
||||||
Quincy Morgan (https://github.com/quincylvania)
|
Quincy Morgan (https://github.com/quincylvania)
|
||||||
lennonhill (https://github.com/lennonhill)
|
lennonhill (https://github.com/lennonhill)
|
||||||
|
Benoit Champaret (https://github.com/bchamparex)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
ori est passé par là
|
||||||
|
|
||||||
# MapSCII - The Whole World In Your Console. [](https://travis-ci.com/rastapasta/mapscii)
|
# MapSCII - The Whole World In Your Console. [](https://travis-ci.com/rastapasta/mapscii)
|
||||||
|
|
||||||
A node.js based [Vector Tile](http://wiki.openstreetmap.org/wiki/Vector_tiles) to [Braille](http://www.fileformat.info/info/unicode/block/braille_patterns/utf8test.htm) and [ASCII](https://de.wikipedia.org/wiki/American_Standard_Code_for_Information_Interchange) renderer for [xterm](https://en.wikipedia.org/wiki/Xterm)-compatible terminals.
|
A node.js based [Vector Tile](http://wiki.openstreetmap.org/wiki/Vector_tiles) to [Braille](http://www.fileformat.info/info/unicode/block/braille_patterns/utf8test.htm) and [ASCII](https://de.wikipedia.org/wiki/American_Standard_Code_for_Information_Interchange) renderer for [xterm](https://en.wikipedia.org/wiki/Xterm)-compatible terminals.
|
||||||
|
@ -19,7 +19,7 @@ const utils = require('./utils');
|
|||||||
const asciiMap = {
|
const asciiMap = {
|
||||||
// '▬': [2+32, 4+64],
|
// '▬': [2+32, 4+64],
|
||||||
// '¯': [1+16],
|
// '¯': [1+16],
|
||||||
'▀': [1+2+16+32],
|
'8': [1 + 2 + 16 + 32],
|
||||||
'▄': [4 + 8 + 64 + 128],
|
'▄': [4 + 8 + 64 + 128],
|
||||||
'■': [2 + 4 + 32 + 64],
|
'■': [2 + 4 + 32 + 64],
|
||||||
'▌': [1 + 2 + 4 + 8],
|
'▌': [1 + 2 + 4 + 8],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user