The Cogmind dev made his own tool called REXPaint which is mentioned elsewhere on this page.
klik99 2 hours ago [-]
Yeah I'm very familiar with Josh Ge and Rex - my current project uses rex files for loading images - I just have a lot of metadata I bake in through hacky ways and rex format is not very flexible - rexpaint is great though
ivangelion 2 days ago [-]
You "little niche" use case inspired me, really beautiful
nati0n 2 days ago [-]
I don't use the app often, but I felt comfortable purchasing because it wasn't a subscription. The few times I do want ASCII art, it does the job perfectly, so it works super well to have in my back pocket. Thanks for not going the subscription route.
milen 2 days ago [-]
That makes sense - I deliberately did not go down the subscription route.
Shadowmist 2 days ago [-]
Buying it right now just for this reason.
zevon 1 days ago [-]
Same here. And the app itself is just so charming. :)
myfonj 8 hours ago [-]
What is the Unicode support? Namely the "Symbols for Legacy Computing"[0] (including the latest supplements [1]) with "newly available" full octants palette could be neat to get sub-character "octant pixel" precision. (And/or exploitation of Braille [2] for the same purpose.)
(Not a Mac user, so cannot try, and not clear from screenshots for me; these all seem like ASCII + )
Are there any enhancements that you've wanted to do, but haven't had the time?
I'm a huge fan, and am surprised how stable Monodraw has been for me. I've kept a single, growing document open as a scratch pad for the last three years. The only downtime was converting it to the new-ish file format haha.
milen 2 days ago [-]
The top two features I want to add next are table support and some form of auto layout (like flexbox).
I really care about stability and performance, so I’m happy to hear that it’s being appreciated.
dboon 2 days ago [-]
There’s this layout library in C called clay which is basically a renderer agnostic flex box style layout engine. You might be interested in reading its source!
milen 2 days ago [-]
Yeah, there's a few such libraries that I'm aware of but I haven't had time to evaluate them. I do plan to at least look into them and make decision from there.
junon 2 days ago [-]
nucleic/kiwi uses the same algorithm that autolayout uses. It's also a tried and true implementation I've used many times, including in console environments.
coxley 2 days ago [-]
Both would be sick! I do spend quite a bit of time making my own "tables" and re-arranging things.
MomsAVoxell 2 days ago [-]
Very nice product!
In the retro computing world, the use of "ASCII" to construct levels and worlds is quite prevalent.
I immediately considered whether Monodraw might be used as a kind of level editor in that context.
Would you consider adding an '8-bit character bitmap' mode, which allows for the bitmap to also be edited?
With such a feature, Monodraw would become immediately applicable to those of us building retro games for older platforms where this technique is used rather extensively to produce compelling art-work.
For context, here is an example game which uses plain ol' ASCII chars to deliver some fun Moon Buggy action:
> Would you consider adding an '8-bit character bitmap' mode, which allows for the bitmap to also be edited?
Can you clarify with an example? Monodraw supports "surfaces" which are just like bitmaps - you can use the Pencil tool and draw on those surfaces with any characters you want (there's a palette in the inspector), just like a bitmap editor.
tsewama 2 days ago [-]
Adding more character sets besides ASCII and shape elements?
Having all the Unicode emoji galore as an option would be great. Not just for colorful code docs, but millions of social media content creators out there!
Brilliant app, nice work.
MomsAVoxell 2 days ago [-]
I guess we might be describing the same thing, and I am yet to have time to download and play with Monodraw (IT policies), but if there is indeed a way that surfaces could be replaced at a pixel level, so that for example the 'A' character becomes a Pacman, then we'd be aligned.
The only issue is, are these surfaces 8x8 or similar, and would it be possible to load in a 6x8 bitmap, for those unusual 8-bit computers of the era which used them .. I refer to my favourite system of the period, the Oric Atmos, which graphics techniques are described here: https://osdk.org/index.php?page=articles&ref=ART9
IF I can edit the bitmap and render as 6x8 characters, Monodraw would be immediately useful for level design. In any case, when I have access to a non-work computer, I hope to spend some time digging in and informing myself, so apologies if none of this is relevant ..
MrGilbert 2 days ago [-]
I wonder if REXPaint might be more what you are looking for, though it could stumble upon the OS requirements. It needs Wine to run under OSX.
MomsAVoxell 2 days ago [-]
There are plenty of tools which can be used to do these kinds of projects, I'm more intrigued by the nice interface of Monodraw and whether it can be added to the repertoire ..
klik99 2 days ago [-]
Not parent commenter, but I've been using rexpaint for a while but the editor is clunky and format too limited, I've been looking at other options - At a quick look monodraw does look interesting as a more fully featured replacement.
akupila 2 days ago [-]
Like many others I also want to express my gratitude for a fantastic app. I bought it in 2016 and it’s seen a lot of use since then (recently almost daily). Being able to copy to clipboard for adding diagrams in source code is the killer feature!
FeloniousHam 2 days ago [-]
Just want to say thanks for a great app. It's one of my favorite tools, even though I don't get to use it that often.
milen 2 days ago [-]
Thank you!
chang1 2 days ago [-]
Great app... it's had a place on my macOS dock for years. I use it for adding diagrams to my team's internal developer documentation (mostly in a series of Markdown files).
dravine 2 days ago [-]
I just wanted to say thanks for making it. I love this app, use it all the time, and the only thing I wish for is a version for Linux.
Bravo.
SirFatty 2 days ago [-]
Windows version in the future?
milen 2 days ago [-]
There are no current plans but never say never (the app is 100% AppKit, so porting means a full rewrite).
I wish I had the time to port it to all three desktop OSes.
Bedon292 2 days ago [-]
It definitely looks like a cool app, and I was excited to test it out, but I don't have a Mac. If you ever hit the point where a rewrite makes sense, it would be awesome as a universal app.
fragmede 2 days ago [-]
LLMs make that far more tractable these days than it would have been in the past.
ezekg 2 days ago [-]
Monodraw is one of the apps I miss the most after switching to Windows. Would love to see it one day! Would be a buyer for sure.
milen 2 days ago [-]
One idea I've been toying with would be to do a Kickstarter-style campaign and if it reaches a certain threshold, then I know it would be worth porting.
Gormo 2 days ago [-]
Only three? I want to run it on Haiku and AROS!
SirFatty 2 days ago [-]
ok.. web app? (not a programmer, so no idea if a web app is any different from a development standpoint)
milen 2 days ago [-]
Targeting Windows/Linux/web still means I cannot re-use the sources. But targeting web might be faster in terms of development time, although I don't have deep expertise on non-Apple platforms, so I cannot say for sure.
criddell 2 days ago [-]
Targeting the web will remove your giant advantage: native UI.
thimabi 2 days ago [-]
Agreed, but between having a web version and having the app stay exclusive to MacOS, I’d prefer the former.
criddell 2 days ago [-]
Why? There are already all kinds of web sites that do this kind of thing. Monodraw's unique selling point is that it's a native Mac app that takes advantage of the Mac UI and it's done well so the UX is top notch.
If you don't care about making the best possible app that you can, go ahead and do it in the browser. You will get something that's probably good enough and runs everywhere. But it's going to use more battery, more memory, and more bandwidth and not feel like a Mac app. Plus (IMHO) it's less fun to develop for the browser.
thimabi 1 days ago [-]
I believe the attention to detail that sets Monodraw apart can be transposed to the web as well — albeit diverging from MacOS conventions.
It’s possible to make great web apps, it just takes the kind of care and dedication that @milen has already proven to have. If the web interface lowers the barriers to developing a cross-platform version of Monodraw, then I think it would be silly not to consider investing in it.
asimovDev 2 days ago [-]
as a noob Swift dev (Swiftie?) , why AppKit over SwiftUI? Maturity of former?
jamil7 2 days ago [-]
Not the OP but Monodraw predates SwiftUI by quite a while. On top of that SwiftUI is pretty bad on macOS.
milen 2 days ago [-]
As jamil7 noted, Monodraw predates SwiftUI by about 4yrs.
But more importantly, my priority is delivering the best user experience and that's where AppKit shines.
abtinf 2 days ago [-]
I am trying it for the first time. One point of feedback, with the caveat that my only experience so far is opening the tutorial:
I immediately hate that when intending to scroll vertically using the trackpad on my macbook, it constantly unintentionally scrolls horizontally as well and I have to correct it. It is particularly irritating since there is no content on the canvas to see when scrolling.
Maybe I'm just super accustomed to browser scrolling behaviors, which snap scrolling based on initial direction.
I'm mostly posting this because its the kind of papercut that might be forgotten over time.
abtinf 23 hours ago [-]
I’ve now spent a couple hours using it.
Once I started using it for actual diagrams, the issue completely faded away. Scrolling a super long vertical-only document is an unimportant edge case.
This is the god damn holy grail of ascii chart editing.
Well done.
hazn 1 days ago [-]
as a counterpoint, not critique: i am a fan of this precision
elcapitan 2 days ago [-]
Really neat, great work!
Would it be possible to export to text with escape sequences for the colors?
milen 2 days ago [-]
It's on the TODO list!
elcapitan 2 days ago [-]
Awesome :)
tasuki 2 days ago [-]
I'd expect more of an introduction:
> Harness the Power and Simplicity of Plain Text
Nice tagline, but surely it's not just plain text. It's some unicode shenanigans. How does one make sure their console can display all the necessary characters? How does one make sure others can see their creation?
shirol 2 days ago [-]
> Monodraw does not use activation or any other form of DRM. We have complete trust in our customers.
Interesting. But, why?
milen 2 days ago [-]
Any time spent on copy protection is time not spent on improving the product for the paying customers.
I find it unlikely that such copy protection would actually convert a non-paying user into a customer.
I also don't want to make the software network dependent in any way.
jonpalmisc 2 days ago [-]
> I also don't want to make the software network dependent in any way.
As a user of Monodraw in an airgapped environment: thank you!
tonyedgecombe 2 days ago [-]
>I find it unlikely that such copy protection would actually convert a non-paying user into a customer.
I used to think that but then kept tripping across customers who ran multiple copies of my software after purchasing a single license. I now wish I'd tightened the DRM from the start.
awill 2 days ago [-]
I think you're missing his point. If you tightened DRM, would those customers that ran multiple copies pay for multiple licenses?
Fighting piracy is generally not worth it. Those people would never pay, so you're fighting to stop a pirate from using it, not to get them to pay. There's a big difference.
wingerlang 2 days ago [-]
I have had a handful of people request additional licenses (at a discount) for the purpose of running my software on multiple.
milen 2 days ago [-]
Yeah, it's unclear how many people fall into that bucket. I'm sure it's non-zero but I don't know if it's worth the time.
__MatrixMan__ 2 days ago [-]
The way that DRM and similar user-not-in-control technologies are making the world into a skinner box is a bigger problem than anything solved by those technologies.
Companies participating in that transformation don't get my money and I'm glad to know that this isn't one of them.
dheera 2 days ago [-]
People who pirate software at scale are not typically interested in ASCII art. It doesn't quite cross the threshold of business value and usefulness (e.g. SolidWorks, Photoshop) that would attract pirates.
milen 2 days ago [-]
FWIW, pirated copies of Monodraw are widely available, I take that as a form of flattery :D
mmastrac 2 days ago [-]
I can't tell if this comment is satire, given how prevalent .nfo files here...
msephton 2 days ago [-]
Cool app! What part excludes it from being sandboxed?
milen 2 days ago [-]
The direct version is not sandboxed as I didn't want to deal with Sparkle (autoupdater) and sandboxing. The Mac App Store version is sandboxed.
msephton 1 days ago [-]
Thanks. Then the wording on the website is somewhat confusing. I didn't even realise there is a Mac App Store version.
bayindirh 2 days ago [-]
Hi Milen.
I love the app, please keep up the good work. It's perfect as is (at least for me).
Thanks for all the text ;)
milen 2 days ago [-]
Thank you!
butlike 2 days ago [-]
Just wanted to say: really love the app. Been using it for years. I love the image overlay since I mainly enjoy making ascii renditions of pictures manually by hand.
tailspin2019 2 days ago [-]
I love Monodraw, been using it for years. Keep up the good work!
Was going to politely ask for full dark mode but just noticed from your blog that it seems to be on the way?
rbanffy 2 days ago [-]
Nice!
Does it support the new 3x2 and 4x2 mosaic characters (and the HP big 3x3 cell letters) from recent Unicode specs?
efreak 2 days ago [-]
Any more information about this? I can't find anything.
Thank you. I was searching for 3x2 and combination and the likes.
rbanffy 1 days ago [-]
3x2 were more popular, used in, among others, Teletext and the TRS-80. The only place we found the 4x2s was the Kaypro portable (using the upper 128 positions of the character generator plus a reverse video bit to get all 265 combinations).
therealfiona 2 days ago [-]
Any plans for a Linux version? Sounds super cool, but I can't run it.
cjk 2 days ago [-]
Thanks for Monodraw. I've used it for years and thoroughly enjoy it.
hiltmon 2 days ago [-]
Huge fan of the product, just wanted to say Thank You :)
milen 2 days ago [-]
Appreciated!
gardenhedge 2 days ago [-]
Was this to scratch your own itch or who needs this?
milen 2 days ago [-]
Yeah, it was. After I finished working on the iOS app I was previously involved with, I needed to either find a job or make another app.
I was browsing StackOverflow and saw some cool looking ASCII diagrams, thinking to myself "How can I make these easily on macOS?". So that's how the idea was born.
I then spent about 1.5yrs from the initial commit until v1 release. Unfortunately, the financials didn't work out, so I had to find a job eventually.
But I'm still maintaining the app and do have longer term plans when my job situation changes.
As a years-long user of both Monodraw and Clear: thank you for making software that is opinionated and focused on what it wants to do.
milen 2 days ago [-]
Thank you for the appreciation!
alxndr13 2 days ago [-]
you were involved with clear? damn! i was one of the first users back then, even using it to this day! monodraw looks awesome, will definitely check it out!
milen 2 days ago [-]
Oh, wow - so happy to hear from a Clear user!
I was one of the co-creators of Clear and the developer who built the iOS app. It was co-created by me, Realmac and Impending. I had previously interned at Realmac and had been friends with the founder, Dan (they acquired another app of ours - EventBox, which later got rebranded as Socialite).
commandersaki 2 days ago [-]
Best app on mac hands down.
mathfailure 2 days ago [-]
Why do you GEO-block?
jzs 2 days ago [-]
Ouch! It looks very sweet i must say.
Having worked on a similar idea for a while as a side project, it does hurt to see something better coming out.
I hope we can one day compete. :)
Edit: removed the URL
milen 2 days ago [-]
Good luck with your project! The world is big enough for multiple products in the same space, no need to get discouraged.
Vim’s modal editing, sans plugins, works surprisingly well for drawing too. Visual block mode is also helpful. At least in my experience, I built a puzzle game with pixel art elements[1] and I drew the initial puzzles in vim.
Sidenote: thanks so much for taking the time to write the Oban docs. I'm a big user (and fan) of Oban, and the docs are fantastic.
makeitdouble 2 days ago [-]
Sounds super interesting, where do you put these diagrams ?
It's an issue I'm seeing even for comments touching too much on algorithmic stuff. To take a somewhat common example, if you were dealing with a credit card payment flow, where would the explanation of how a transaction goes through a few states asynchronously, which all trigger a webhook callback ?
Obviously the people working on the code need to be aware of that, so documentation is somewhere needed. I've seen people put whole blocks in class headers, other sprinkle it all inside the code, personally I ended up moving it outside of the code. Where would you put it?
randomgermanguy 2 days ago [-]
I personally just throw them at the top of my files as long block-comments, or sometimes inside/around very heavy functions. For example i often add little diagrams for when dealing with some bit-fiddly logic parts to easier visualize the bit-layouts.
But for architecture, either a whole text-file for it or at the top of the module
makeitdouble 2 days ago [-]
Thanks! Do you deal with the logic getting split/shared around the code ? For instance on the credit card example there will be probably be one central class (the transaction class?) but you'd need to know the whole logic in the card registration part or the webhooks as well. I guess you don't stick a diagram everywhere ?
Etheryte 2 days ago [-]
On one hand, this could provide a lot of value as some things are just plain hard to explain using only words. On the other hand, aren't you worried about when someone else comes along and needs to update one of those comments? If they're not aware of this tool, it's either going to be incredibly tedious or simply not going to happen.
randomgermanguy 2 days ago [-]
As the other commenters put it, i dont think this is a huge issue.
I usually use this for architecture level diagrams, and that shouldn't change often/at-all. In-case it does change, doing a new diagram is perfectly in-scope of whoevers working on that.
dsego 2 days ago [-]
Add a one line comment stating that it was edited by monodraw.
makeitdouble 2 days ago [-]
Looks like Monodraw a mac only BTW. That should be fine if macs are mandatory for all the devs on a project, but it would otherwise create a kinda weird situation.
bayindirh 2 days ago [-]
Since they're text files, you can also say "Please copy to a ASCII diagram editor and update there (e.g. Monodraw, asciiflow, etc.)".
avinassh 2 days ago [-]
> am now always looking for more ways to include this for inline-documentation.
all of these gained interest, so my conclusion is Monodraw benefits a lot from being regularly exposed to HN crowd.
danmur 2 days ago [-]
It's very effective. Both times I've wanted to give them my money. But mac only, geeze
tracker1 2 days ago [-]
In the same boat myself... would be nice if they'd develop a more portable version... that said, could probably make an extension for VS Code or Zed to do similar.
codazoda 2 days ago [-]
It's also allowed. This is my first exposure to it, despite being a regular. Looks like a cool app.
inanutshellus 2 days ago [-]
"If I haven't seen it, it's new to me!" feels apropos...
My point being that it is a very neat way to now-and-then onboard some new users. Wonder if those submitting thew 'news' are in any way affiliated, or perhaps - from the team.
milen 2 days ago [-]
The team is just me - the developer.
There’s no affiliation whatsoever, I’m actually quite surprised every time Monodraw appears on the front page as the app just had its 10th birthday.
I would have assumed most people in the community would know about it by now.
larodi 1 days ago [-]
Curious indeed, no offense in my previous comments, Sir. Perhaps you are the same Milen who worked on Socialite? Not sure I find it in your resumee but the Джумеров name matches this article .) https://www.novinite.bg/index.php/articles/6180/Prilojenieto...
I've fixed your GP comment now. Btw it's on my list to change this "two newlines to get a blank line rule", or at least to look closely at changing it.
endymion-light 2 days ago [-]
Will love to buy this once I get my Mac.
Looks great, and also love the perpetual license for $9.99 rather than the host of subscription services, i'll probably end up buying it just to support good practices.
greengreengrass 2 days ago [-]
It's one of the few pieces of software I bought a licence for, rather than tolerate free tiers or simply not use it, because I approve of the licensing model.
__MatrixMan__ 2 days ago [-]
Same here
JKCalhoun 2 days ago [-]
That's cool … but we're calling buying an app licensing it now?
That word is a red flag for me — wondering what dark pattern is awaiting, finding myself digging for the fine print…
quesera 2 days ago [-]
Maybe just semantics? I think "license" is more technically correct. Even in the best consumer case, you are only "buying" a perpetual right to use a software product. Optionally, you might also get updates.
In the US, the First-Sale Doctrine won't apply to software (unlike tangible books and records) so you probably do not have the right to sell your copy of this software to another person.
Since that's not true ownership, I think it can only be described as a license.
But I'll agree that all sorts of shenanigans can, and often do, hide under that generic term. However, "buy" could suggest many substantial rights that are not on offer (most importantly distribution), so it's a bit of a quandary.
The phrase "Buy Now - $9.99, yours forever" might thread the needle. The sale page would still need to include all the legal terms, of course. I think "license" is a necessary word there.
Pulcinella 2 days ago [-]
Personal pet peeve, but the word people use really should be "lease." Copyright and patent rights are licensed (e.g. getting a license from Disney to manufacture Star Wars toys). The particular copy of the software you have is either sold or leased to you. If you buy a physical book, you are just being sold a copy. The book itself doesn't function as an ad hoc, theoretical license or anything.
Not sure how first sale affects software sales other than software rental in the USA is an exception to the first sale doctrine. Software rental is not allowed unless it's a physical video game copy for a video game console or you have a physical copy of the software and you can't just easily make a copy of it in the normal course of using it (not sure exactly what this would mean, but presumably things like software for embedded devices). There are exceptions for libraries and educational institutions.
I am not a lawyer, however.
quesera 2 days ago [-]
A lease implies a limited term though, doesn't it?
A perpetual, irrevocable, lease could be a thing.
Pulcinella 2 days ago [-]
A perpetual, irrevocable "lease" is just be a "sale". You are just selling a copy at that point.
Subscription-based/SAAS software is leased.
I know it's pedantic, but to me the key thing is that it is the rights themselves that are "licensed." Not specific copies. The license covers what ways you are and are not allowed to make more copies (that aren't just your personal copy). So e.g. Open Source/Free Software/Closed Source libraries can be "licensed" and copies of them can be modified and included in work you create according to the license.
quesera 2 days ago [-]
I'm here for the pedantry! :)
But I don't think the software of a SaaS is leased, sold, or licensed. It's just a service that is available and perhaps promised to stay available for a term. And of course Monodraw is not a SaaS anyway.
Also not a lawyer. I have read more contracts than most healthy adults, but that is just as likely to be distorting as clarifying.
milen 2 days ago [-]
At least back in the day, it used to be common to "buy a license" or "buy a serial key". I didn't really put too much thought into the phrasing, as I haven't received any feedback.
Regardless, when you buy it, it's yours forever - no activation, no DRM, no subscription, no fine print.
(Monodraw developer here).
endymion-light 2 days ago [-]
true - it does say personal license, maybe there's some little print that says we own your entire project if it makes over $100
mrzool 2 days ago [-]
Such an underrated app. I’ve used it for everything from network topologies and storage diagrams and even for my kitchen redesign. Works way better than every pricey specialized tool I’ve tried, and the ASCII outputs look way cooler with their old-school hacker ASCII aesthetic! Highly recommended.
I know! But this is way different since it aligns everything properly and can be used in tandem with artist mode, you should try it out!
MrGilbert 2 days ago [-]
While not exactly the same use case, I'd also like to point to REXPaint [1]. Same same, but different. And Windows only, though Wine might help under Linux.
It's a great simple app I use for inline comment diagrams and more importantly server login banners.
I love to login to a server with a customized banner and a tagline. It's just a small joy makes work more fun.
__bb 2 days ago [-]
This app is great for writing code comments when you hit one of those “1000 words or 1 picture” cases for an explanation of something.
Just checked and my most recent document is a diagram of data flows between two services.
Highly recommended.
thevinchi 2 days ago [-]
I’m a big fan of durdraw[1] for crafting ANSI/ASCII art in the terminal, but this takes it to a whole new level, excited to try this especially if it includes color? From the website examples it doesn’t appear to include a color palette, but if it does then game on!
That’s great. You gained a new customer.
In the prompt's and Caves of Qud 1.0 era, I'd say ASCII art is a must, both in terms of UX and aesthetic in general.
thomascgalvin 2 days ago [-]
I use Mermaid and such for a lot of technical documentation, but this seems like it's going to be much more straightforward, especially for quick and one-off diagrams.
Very nice.
DavidPiper 2 days ago [-]
Haven't so quickly gone from "woah, that's cool" to "purchase now" in a long time. This is awesome and I will use it daily.
There's a visual simplicity and legibility to the kind of straight-forward but slightly-decorated diagrams shown in the sample images. And the fact that I can now copy-paste them anywhere as well (rather than the classic "screenshot of a Miro or Paint.js board") is so cool.
elashri 2 days ago [-]
It seems very good, is there anything comparable for Linux?
aaronius 2 days ago [-]
Not sure how comparable they are since I never used Monodraw due to not running MACs, but there is https://asciiflow.com/ and https://monosketch.io/ which I usually use. The latter is using some advanced UTF8 characters and when trying to get it incorporated for my personal blog, I had to use their specific monospaced font from their repo, as otherwise lines wouldn't line up correctly.
mafro 2 days ago [-]
Latest release Apr 2025 introduced a plain text save file format, which plays nicer for source control. Great to see development is still active.
billyp-rva 2 days ago [-]
Accessibility question: how do screen readers handle ascii art-style diagrams like this? It seems like they would be overwhelmed by the lines.
jen729w 2 days ago [-]
They don’t. You should aria-label it thus:
role="img"
aria-label="A styled box using monospace box-drawing characters. Its header is 'area complete', and there's a link to a forum post."
(Happy to be corrected/updated here, I am not an a11y expert. I am a very happy Monodraw customer though!)
billyp-rva 2 days ago [-]
Would this tell the screen reader to just ignore it? Then you'd lose all accessibility for its content.
jen729w 2 days ago [-]
I believe role=“img” tells it to behave like one, causing the descriptive text to be read out in its place.
billyp-rva 2 days ago [-]
Yeah, that seems bad. The whole point of the diagram was to explain something better than prose could, and now it is lost. I'm thinking the case were someone can make out the shapes/arrows/colors well, but not the text.
jen729w 2 days ago [-]
In my case, that's not why I'm using the diagram. It's simply a visual thing, to break up a page of text. Purely aesthetic.
cestith 2 days ago [-]
The aria-label would be used to describe the content.
nikolayasdf123 2 days ago [-]
10 USD?
how does this compare to asciiflow.com which is free and open-source?
milen 2 days ago [-]
Monodraw's main selling point is that it's a fully native AppKit macOS app. If you value the experience, then you might like the app.
asciiflow.com is great as well.
(Monodraw developer here)
abm53 2 days ago [-]
The most obvious difference (and one worth much more than $10 to me) is that one is native and the other is not.
fscaramuzza 2 days ago [-]
or even the "export to ascii" of draw.io? I would be happy to hear what the advantages could be.
ostacke 2 days ago [-]
How do you export to ascii in draw.io?
J_Shelby_J 2 days ago [-]
Can LLMs understand ascii drawings? Or produce them?
I’m trying to figure out a way to organize thoughts with charts in a way that provides useful context to an LLM and also that an LLM could theoretically generate.
nemomarx 2 days ago [-]
I wonder how tokenizing ASCII would work - although you could try ocr?
noosphr 2 days ago [-]
Being able to include diagrams of what code is doing _inline_ is something that is vastly over looked by the majority of developers.
It's one of the better parts of literate programming without typesetting.
inanutshellus 2 days ago [-]
I was struggling to come up with "worth it" ASCII-art-in-code scenarios for my codebase and found a post[1] with examples (that turns out to have been posted here in HN a while back[2]). Pretty cool.
Now, that is something really cool, pity we didn't had something like that on BBS days.
arghgh 2 days ago [-]
Antique furniture meant something- it was done by hand.
Same with ASCii- you could respect that it took some time to make it. What respect and feeling will there be for work in the future?
Everything generated or thought cheaply generated on whims. Everything throwaway.
soulofmischief 2 days ago [-]
Antique furniture is nice because it looks pretty and uses sturdy materials. I don't buy it for the pleasure of knowing how many hours, days or weeks a person slaved over it in order to pay rent.
Good art is good art. Focusing on the time spent making it is a poor substitution for the ability to critique the art itself.
Anyway, people made this same argument when image editors came into their own. There is a long, tiresome generational tradition of artists thinking the new crowd has it too easy and doesn't appreciate the grit that goes into making art in earlier mediums. We can do better.
pjmlp 2 days ago [-]
Unfortunely the work in the future will be mostly done by our AI overloards.
myvoiceismypass 2 days ago [-]
I could have sworn I was using a tool called AcidDraw 30 years ago to design ascii bbbs login screens for use on Renegade systems.
https://asciiflow.com/#/
and
https://meatfighter.com/ascii-silhouettify/
to create input text for TerminalTextEffects to create terminal animations like the following:
https://chrisbuilds.github.io/terminaltexteffects/img/change...
https://github.com/ChrisBuilds/terminaltexteffects
I'd love some scripting features, to create and edit designs through code. But I'm aware my use case is a little niche.
(Not a Mac user, so cannot try, and not clear from screenshots for me; these all seem like ASCII + )
[0] https://www.unicode.org/charts/nameslist/c_1FB00.html [1] https://www.unicode.org/charts/nameslist/c_1CC00.html [2] https://www.unicode.org/charts/nameslist/c_2800.html
I'm a huge fan, and am surprised how stable Monodraw has been for me. I've kept a single, growing document open as a scratch pad for the last three years. The only downtime was converting it to the new-ish file format haha.
I really care about stability and performance, so I’m happy to hear that it’s being appreciated.
In the retro computing world, the use of "ASCII" to construct levels and worlds is quite prevalent.
I immediately considered whether Monodraw might be used as a kind of level editor in that context.
Would you consider adding an '8-bit character bitmap' mode, which allows for the bitmap to also be edited?
With such a feature, Monodraw would become immediately applicable to those of us building retro games for older platforms where this technique is used rather extensively to produce compelling art-work.
For context, here is an example game which uses plain ol' ASCII chars to deliver some fun Moon Buggy action:
https://www.oric.org/software/ascii_moon_buggy-2500.html
The same technique is used here, albeit with redefined character sets, to implement a Scuba Dive adventure:
https://www.oric.org/software/scuba_dive-89.html
> Would you consider adding an '8-bit character bitmap' mode, which allows for the bitmap to also be edited?
Can you clarify with an example? Monodraw supports "surfaces" which are just like bitmaps - you can use the Pencil tool and draw on those surfaces with any characters you want (there's a palette in the inspector), just like a bitmap editor.
Having all the Unicode emoji galore as an option would be great. Not just for colorful code docs, but millions of social media content creators out there!
Brilliant app, nice work.
The only issue is, are these surfaces 8x8 or similar, and would it be possible to load in a 6x8 bitmap, for those unusual 8-bit computers of the era which used them .. I refer to my favourite system of the period, the Oric Atmos, which graphics techniques are described here: https://osdk.org/index.php?page=articles&ref=ART9
(EDIT: details on the charset feature, which would be 'nice to have' in Monodraw, here: https://osdk.org/index.php?page=articles&ref=ART9#title11)
IF I can edit the bitmap and render as 6x8 characters, Monodraw would be immediately useful for level design. In any case, when I have access to a non-work computer, I hope to spend some time digging in and informing myself, so apologies if none of this is relevant ..
Bravo.
I wish I had the time to port it to all three desktop OSes.
If you don't care about making the best possible app that you can, go ahead and do it in the browser. You will get something that's probably good enough and runs everywhere. But it's going to use more battery, more memory, and more bandwidth and not feel like a Mac app. Plus (IMHO) it's less fun to develop for the browser.
It’s possible to make great web apps, it just takes the kind of care and dedication that @milen has already proven to have. If the web interface lowers the barriers to developing a cross-platform version of Monodraw, then I think it would be silly not to consider investing in it.
But more importantly, my priority is delivering the best user experience and that's where AppKit shines.
I immediately hate that when intending to scroll vertically using the trackpad on my macbook, it constantly unintentionally scrolls horizontally as well and I have to correct it. It is particularly irritating since there is no content on the canvas to see when scrolling.
Maybe I'm just super accustomed to browser scrolling behaviors, which snap scrolling based on initial direction.
I'm mostly posting this because its the kind of papercut that might be forgotten over time.
Once I started using it for actual diagrams, the issue completely faded away. Scrolling a super long vertical-only document is an unimportant edge case.
This is the god damn holy grail of ascii chart editing.
Well done.
Would it be possible to export to text with escape sequences for the colors?
> Harness the Power and Simplicity of Plain Text
Nice tagline, but surely it's not just plain text. It's some unicode shenanigans. How does one make sure their console can display all the necessary characters? How does one make sure others can see their creation?
Interesting. But, why?
I find it unlikely that such copy protection would actually convert a non-paying user into a customer.
I also don't want to make the software network dependent in any way.
As a user of Monodraw in an airgapped environment: thank you!
I used to think that but then kept tripping across customers who ran multiple copies of my software after purchasing a single license. I now wish I'd tightened the DRM from the start.
Fighting piracy is generally not worth it. Those people would never pay, so you're fighting to stop a pirate from using it, not to get them to pay. There's a big difference.
Companies participating in that transformation don't get my money and I'm glad to know that this isn't one of them.
I love the app, please keep up the good work. It's perfect as is (at least for me).
Thanks for all the text ;)
Was going to politely ask for full dark mode but just noticed from your blog that it seems to be on the way?
Does it support the new 3x2 and 4x2 mosaic characters (and the HP big 3x3 cell letters) from recent Unicode specs?
I was browsing StackOverflow and saw some cool looking ASCII diagrams, thinking to myself "How can I make these easily on macOS?". So that's how the idea was born.
I then spent about 1.5yrs from the initial commit until v1 release. Unfortunately, the financials didn't work out, so I had to find a job eventually.
But I'm still maintaining the app and do have longer term plans when my job situation changes.
[1] https://milen.me/software/clear-iphone-walkthrough/
I was one of the co-creators of Clear and the developer who built the iOS app. It was co-created by me, Realmac and Impending. I had previously interned at Realmac and had been friends with the founder, Dan (they acquired another app of ours - EventBox, which later got rebranded as Socialite).
I hope we can one day compete. :)
Edit: removed the URL
https://app.monosketch.io/
https://web.archive.org/web/20210503172024/https://fatiherik...
https://textik.com/#
https://asciiflow.com/#/
https://fsymbols.com/draw/
[1]: https://apps.apple.com/app/nonoverse-nonogram-puzzles/id6748...
https://alternativeto.net/software/monodraw/
the fact i can export to clipboard and re-import it and reconstruct all the shapes etc. almost flawlessly is such a big win.
Job Lifecycle: https://hexdocs.pm/oban/job_lifecycle.html
Composition: https://oban.pro/docs/pro/1.6.4/composition.html
It's an issue I'm seeing even for comments touching too much on algorithmic stuff. To take a somewhat common example, if you were dealing with a credit card payment flow, where would the explanation of how a transaction goes through a few states asynchronously, which all trigger a webhook callback ?
Obviously the people working on the code need to be aware of that, so documentation is somewhere needed. I've seen people put whole blocks in class headers, other sprinkle it all inside the code, personally I ended up moving it outside of the code. Where would you put it?
same lol. here is a blog post of mine where I used them - https://avi.im/blag/2024/disaggregated-storage
I had to convert them to images because I couldn't get to working with Hugo, static site generator
https://news.ycombinator.com/item?id=8433417 - oct 09 2014
https://news.ycombinator.com/item?id=9545252 - may 14 2015
https://news.ycombinator.com/item?id=27832910 - july 14 2021
https://news.ycombinator.com/item?id=32134469 - july 18 2022
https://news.ycombinator.com/item?id=39651796 - march 9 2024
https://news.ycombinator.com/item?id=45037904 - 1 year ago
and the some
all of these gained interest, so my conclusion is Monodraw benefits a lot from being regularly exposed to HN crowd.
https://www.youtube.com/watch?v=i4nTu0ldFvQ
https://xkcd.com/1053/
There’s no affiliation whatsoever, I’m actually quite surprised every time Monodraw appears on the front page as the app just had its 10th birthday.
I would have assumed most people in the community would know about it by now.
Congrats on your work and achievements.
Monodraw - https://news.ycombinator.com/item?id=39651796 - March 2024 (200 comments)
Monodraw – a non-subscription, powerful ASCII art editor - https://news.ycombinator.com/item?id=32134469 - July 2022 (36 comments)
Monodraw: ASCII art editor for the Mac - https://news.ycombinator.com/item?id=27832910 - July 2021 (102 comments)
Monodraw – macOS ASCII art editor - https://news.ycombinator.com/item?id=27778326 - July 2021 (3 comments)
Monodraw – Powerful ASCII art editor designed for the Mac - https://news.ycombinator.com/item?id=15734212 - Nov 2017 (1 comment)
Show HN: Monodraw, an ASCII Art Editor for Mac - https://news.ycombinator.com/item?id=9545252 - May 2015 (53 comments)
Monodraw: Powerful ASCII Art Editor for Developers (Mac) - https://news.ycombinator.com/item?id=9145945 - March 2015 (3 comments)
Show HN: Monodraw for Mac, ASCII Art Editor – Beta Available - https://news.ycombinator.com/item?id=9138039 - March 2015 (11 comments)
ASCII art editor designed for the Mac - https://news.ycombinator.com/item?id=8445087 - Oct 2014 (107 comments)
I've fixed your GP comment now. Btw it's on my list to change this "two newlines to get a blank line rule", or at least to look closely at changing it.
Looks great, and also love the perpetual license for $9.99 rather than the host of subscription services, i'll probably end up buying it just to support good practices.
That word is a red flag for me — wondering what dark pattern is awaiting, finding myself digging for the fine print…
In the US, the First-Sale Doctrine won't apply to software (unlike tangible books and records) so you probably do not have the right to sell your copy of this software to another person.
Since that's not true ownership, I think it can only be described as a license.
But I'll agree that all sorts of shenanigans can, and often do, hide under that generic term. However, "buy" could suggest many substantial rights that are not on offer (most importantly distribution), so it's a bit of a quandary.
The phrase "Buy Now - $9.99, yours forever" might thread the needle. The sale page would still need to include all the legal terms, of course. I think "license" is a necessary word there.
Not sure how first sale affects software sales other than software rental in the USA is an exception to the first sale doctrine. Software rental is not allowed unless it's a physical video game copy for a video game console or you have a physical copy of the software and you can't just easily make a copy of it in the normal course of using it (not sure exactly what this would mean, but presumably things like software for embedded devices). There are exceptions for libraries and educational institutions.
I am not a lawyer, however.
A perpetual, irrevocable, lease could be a thing.
I know it's pedantic, but to me the key thing is that it is the rights themselves that are "licensed." Not specific copies. The license covers what ways you are and are not allowed to make more copies (that aren't just your personal copy). So e.g. Open Source/Free Software/Closed Source libraries can be "licensed" and copies of them can be modified and included in work you create according to the license.
But I don't think the software of a SaaS is leased, sold, or licensed. It's just a service that is available and perhaps promised to stay available for a term. And of course Monodraw is not a SaaS anyway.
Also not a lawyer. I have read more contracts than most healthy adults, but that is just as likely to be distorting as clarifying.
Regardless, when you buy it, it's yours forever - no activation, no DRM, no subscription, no fine print.
(Monodraw developer here).
[1] https://www.gridsagegames.com/rexpaint/
It's a great simple app I use for inline comment diagrams and more importantly server login banners.
I love to login to a server with a customized banner and a tagline. It's just a small joy makes work more fun.
Just checked and my most recent document is a diagram of data flows between two services.
Highly recommended.
[1] https://github.com/cmang/durdraw
Very nice.
There's a visual simplicity and legibility to the kind of straight-forward but slightly-decorated diagrams shown in the sample images. And the fact that I can now copy-paste them anywhere as well (rather than the classic "screenshot of a Miro or Paint.js board") is so cool.
how does this compare to asciiflow.com which is free and open-source?
asciiflow.com is great as well.
(Monodraw developer here)
I’m trying to figure out a way to organize thoughts with charts in a way that provides useful context to an LLM and also that an LLM could theoretically generate.
It's one of the better parts of literate programming without typesetting.
[1] https://blog.regehr.org/archives/1653 [2] https://news.ycombinator.com/item?id=31891226
Hiding a lot of complications in that phrase. What text encoding? What font? etc.
https://github.com/casparwylie/cascii-core
(I wonder if there is a Linux alternative? Closest thing I use is the drawing mode in emacs).
Same with ASCii- you could respect that it took some time to make it. What respect and feeling will there be for work in the future?
Everything generated or thought cheaply generated on whims. Everything throwaway.
Good art is good art. Focusing on the time spent making it is a poor substitution for the ability to critique the art itself.
Anyway, people made this same argument when image editors came into their own. There is a long, tiresome generational tradition of artists thinking the new crowd has it too easy and doesn't appreciate the grit that goes into making art in earlier mediums. We can do better.