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.
- Host: GitHub
- URL: https://github.com/cwensley/pablodraw
- Owner: cwensley
- License: mit
- Created: 2017-12-22T08:30:55.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-29T16:47:08.000Z (over 1 year ago)
- Last Synced: 2025-04-12T06:18:04.491Z (over 1 year ago)
- Language: C#
- Size: 5.64 MB
- Stars: 346
- Watchers: 18
- Forks: 23
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-textmode - PabloDraw
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`