| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Moebius is an ANSI Editor for MacOS, Linux 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 PabloDraw 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.
Packaged binaries are available through Github Releases or from the direct links below:
git clone git@github.com:blocktronics/moebius.git npm install npm start
Moebius packages can be built easily with electron-builder. Note that a build for MacOS must be made on MacOS.
npm run-script build-mac npm run-script build-win npm run-script build-linux
Moebius features collaboration by multiple users on the same canvas through a server instance. Users connect to a server which allows them to draw and chat. The server will also create hourly backups.
To start a server:
git clone git@github.com:blocktronics/moebius.git npm install node ./server.js
This will start a server with default settings. In this case a password will not be set and any value entered in the Moebius client will be accepted by the server. The server runs by default on port 8000, Moebius clients can modify the port by entering the server as hostname:port
The following parameters can be set:
Copyright 2022 Andy Herbert
Licensed under the Apache License, version 2.0
| Back | FazBrowse Home | New Git URL |