An open API service indexing awesome lists of open source software.

https://github.com/cwensley/pablodraw

PabloDraw is an Ansi/Ascii text and RIPscrip vector graphic art editor/viewer with multi-user capabilities.
https://github.com/cwensley/pablodraw

Last synced: about 1 year ago
JSON representation

PabloDraw is an Ansi/Ascii text and RIPscrip vector graphic art editor/viewer with multi-user capabilities.

Awesome Lists containing this project

README

          

# pablodraw
PabloDraw is an Ansi/Ascii text and RIPscrip vector graphic art editor/viewer with multi-user capabilities.

## Download

Download official releases [here](https://github.com/cwensley/pablodraw/releases)

## Development

To build PabloDraw download and install the following (for any platform):

- [VS Code](https://code.visualstudio.com)
- [.NET 6 SDK](https://dotnet.microsoft.com)

Build tasks and launch configurations are added to allow you to build and debug on Windows, Linux, or MacOS.

To build on the command line, execute:

`dotnet build Source\Pablodraw\PabloDraw.csproj`