Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huytd/ascii-d
A cross-platform ASCII diagram drawing app https://web.ascii-draw.com
https://github.com/huytd/ascii-d
ascii cross-platform diagrams hacktoberfest
Last synced: 1 day ago
JSON representation
A cross-platform ASCII diagram drawing app https://web.ascii-draw.com
- Host: GitHub
- URL: https://github.com/huytd/ascii-d
- Owner: huytd
- License: bsd-3-clause
- Created: 2021-10-21T23:29:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T20:14:47.000Z (over 1 year ago)
- Last Synced: 2024-08-03T09:10:36.307Z (3 months ago)
- Topics: ascii, cross-platform, diagrams, hacktoberfest
- Language: Rust
- Homepage: https://ascii-draw.com
- Size: 6.88 MB
- Stars: 265
- Watchers: 6
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# ASCII-d
ASCII-d is a cross-platform ASCII diagram drawing application, with focus on minimal UI.
![](_meta/toolbar-final.gif)
Still heavily WIP.
# How to install
To install from source, you can do the following steps.
0. Make sure you have the latest Rust compiler (stable version), and install the `cargo bundle` tool:
```sh
$ cargo install cargo-bundle
```1. Clone the ASCII-d source code
```sh
$ git clone https://github.com/huytd/ascii-d && cd ascii-d
```2. Run the bundle command
```sh
$ cargo bundle --release
```After this step, you'll have the `ASCII-d.app` file inside **target/release/bundle/osx** folder (if you're on macOS).
Just copy this file to your **/Applications** folder and you're done!# Development progress
See [DEVLOG.md](DEVLOG.md) for the development progress. Or [ARCHITECT.md](ARCHITECT.md) for architecture and technical details.
# Want to support this project?
It would be much appreciated if you want to make a small donation to support my work!
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/B0B6NHSJ)