Skip to content
forked from huytd/ascii-d

A cross-platform ASCII diagram drawing app

License

Notifications You must be signed in to change notification settings

widcardw/ascii-d

 
 

Repository files navigation

ASCII-d

ASCII-d is a cross-platform ASCII diagram drawing application, with focus on minimal UI.

Still heavily WIP.

How to install

To install from source, you can do the following steps.

  1. Make sure you have the latest Rust compiler (stable version), and install the cargo bundle tool:
$ cargo install cargo-bundle
  1. Clone the ASCII-d source code
$ git clone https://github.com/huytd/ascii-d && cd ascii-d
  1. Run the bundle command
$ 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 for the development progress. Or 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

About

A cross-platform ASCII diagram drawing app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.9%
  • Other 0.1%