-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ASCIIImage as Xcode plugin, with Monodraw #3
Comments
Hefty goals! I suppose export from MonoDraw would be step 1 ;-) (cc @milen-me) |
I'm waiting to see how things pan out with ASCIImage Super Studio, as I don't want to end up duplicating work if possible. Is there any roadmap for the studio app? |
@milen-me The ASCIImage Super Studio does not have any roadmap. I think MonoDraw could make it easier to generate ASCIImage-friendly strings. It's already potentially useful, maybe just a few tweaks needed. To be honest, I have not had a chance to really look into it. Please also use your resources wisely and make sure that makes sense for your app :-) The Xcode plugin is... not a priority! |
Do we mean something like:
If so, that'd be quite easy to do and could be another option in the export window. /cc @cparnot |
OK, let me give it a try. Given something like this from Monodraw:
We could get something like this (note how the horizontal dimension is divided by 2, which assumes the user drew in Monodraw only using odd numbers in that axis):
|
Actually, a better output might be so that it will always draw lines, not filled:
|
It would be wonderful to have ASCIImage as an Xcode plug-in, perhaps utilising Monodraw - http://monodraw.helftone.com
So a user could:
• hit a key-combo
• draw image
• hit return
• have a ASCIIImage method written, with perfect iOS 8 style lines
The endless tyranny of relying on designers and photoshop would be finished. The dawn bell would mark the hour of liberation, and the soothing light of justice would flood over the horizon. In the far future, when our own humble sun explodes, and when giant spaceships send our descendants into space to populate the universe, they will carry with them the memory of when ASCIIImage was made into an Xcode plugin. Something like that anyway.
The text was updated successfully, but these errors were encountered: