All Projects → blocktronics → Moebius

blocktronics / Moebius

Licence: apache-2.0
Modern ANSI & ASCII Art Editor

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Moebius

Tart
Tart - draw ASCII art in the terminal with your mouse!
Stars: ✭ 296 (+114.49%)
Mutual labels:  drawing, art, ascii-art
durdraw
Animated Unicode, ANSI and ASCII Art Editor for Linux/Unix/macOS
Stars: ✭ 55 (-60.14%)
Mutual labels:  art, drawing, ascii-art
FuncMorph
Crazy figures and animations with Haskell
Stars: ✭ 30 (-78.26%)
Mutual labels:  art, drawing
hasciicam
(h)ascii for the masses! html refreshed ascii video cam
Stars: ✭ 63 (-54.35%)
Mutual labels:  art, ascii-art
Diagram
CLI app to convert ASCII arts into hand drawn diagrams.
Stars: ✭ 642 (+365.22%)
Mutual labels:  drawing, ascii-art
DrawBot
Repository for DrawBot. The Discord Art bot!
Stars: ✭ 11 (-92.03%)
Mutual labels:  art, drawing
pixelino
Pixel-drawing app for iOS ✍️
Stars: ✭ 45 (-67.39%)
Mutual labels:  art, drawing
Anyimagekit
A toolbox for pick/edit/capture photo or video. Written in Swift.
Stars: ✭ 324 (+134.78%)
Mutual labels:  drawing, editor
Godot Texture Painter
A GPU-accelerated texture painter written in Godot 3.0
Stars: ✭ 155 (+12.32%)
Mutual labels:  drawing, art
Ascii canvas
ASCII canvas for drawing in console
Stars: ✭ 11 (-92.03%)
Mutual labels:  drawing, ascii-art
Drawbot
Repository for DrawBot. The Discord Art bot!
Stars: ✭ 10 (-92.75%)
Mutual labels:  drawing, art
Art
🎨 ASCII art library for Python
Stars: ✭ 1,026 (+643.48%)
Mutual labels:  art, ascii-art
flutter rough
A Flutter implementation of the rough.js library
Stars: ✭ 77 (-44.2%)
Mutual labels:  art, drawing
fishdraw
procedurally generated fish drawings
Stars: ✭ 1,963 (+1322.46%)
Mutual labels:  art, drawing
Art1
Art1 by Richard Williams, 1968
Stars: ✭ 24 (-82.61%)
Mutual labels:  art, ascii-art
Mopaint
🎨💪 Modern, modular paint and more! (pre-alpha, not much done yet)
Stars: ✭ 50 (-63.77%)
Mutual labels:  drawing, art
Mypaint
MyPaint is a simple drawing and painting program that works well with Wacom-style graphics tablets.
Stars: ✭ 2,072 (+1401.45%)
Mutual labels:  drawing, art
Jspaint
🎨 Classic MS Paint, REVIVED + ✨Extras
Stars: ✭ 5,972 (+4227.54%)
Mutual labels:  drawing, editor
Galeri Www
A perpetual artwork streaming app. (Website Repo)
Stars: ✭ 46 (-66.67%)
Mutual labels:  drawing, art
Sketchpad
Sketchpad is fully customisable collaborative whiteboard plugin written in pure JavaScript.
Stars: ✭ 85 (-38.41%)
Mutual labels:  drawing, editor

Moebius

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.

Download packages

Packaged binaries are available through Github Releases or from the direct links below:

Installation & building

git clone [email protected]:blocktronics/moebius.git
npm install
npm start

Moebius packakges 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 Server

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 [email protected]: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 on port 8000, as the port can't be modified by Moebius clients this is also not configurable.

The following parameters can be set:

  • --file=filename.ans load an initial ANSI file after the server starts
  • --passw=password set a server password which clients need to provide to logon to the server
  • --web and --web_port=80 run the webserver for external viewing (default port: 80). This enables live preview of the canvas, the preview and SAUCE information in a browser, the URL would be http://hostname.tld:web_port
  • --path=pathname set a path for this server: users and webviewers would connect to hostname.tld/path
  • --quiet=true/false suppress console output after the server has been started

Acknowledgements

  • Uses modified Google's Material Icons. https://material.io/icons/
  • Contains ANSI art by Alpha King (Blocktronics), Filth (Blocktronics) and burps (FUEL)
  • Included fonts:
    • Topaz originally appeared in Amiga Workbench, courtesy of Commodore Int.
    • P0t-NOoDLE appears courtesy of Leo 'Nudel' Davidson
    • mO'sOul appears courtesy of Desoto/Mo'Soul

License

Copyright 2020 Andy Herbert

Licensed under the Apache License, version 2.0

Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].