-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename README to README.md
- Loading branch information
1 parent
8a60f24
commit 71806ef
Showing
1 changed file
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
npm install | ||
npm start | ||
|
||
Uses modified Google's Material Icons. https://material.io/icons/ | ||
# Moebius | ||
|
||
Moebius is a new ANSI Editor for MacOS and Windows. The major feature that differentiates it from PabloDraw is the 'half-block' brush which allows editing in a style closer to Photoshop than a text editor, although you can still use the function and cursor keys to draw with, and you should find that most of the text editing features from PD are carried over to this editor. The editor is still a work in progress, but anyone who wants to try using it is also encouraged to log feature requests and bugs on the project's GitHub page. | ||
|
||
http://www.andyh.org/moebius/ | ||
## Installation | ||
``` | ||
npm install | ||
npm start | ||
``` | ||
|
||
It also has a fantastic splash screen drawn by blocktronics own AlphaKing and Fuel's burps. | ||
## Attributions | ||
Uses modified Google's Material Icons. https://material.io/icons/ |