Played around a bit for a few minutes and threw a few of my usually handwritten SVGs at it with disastrous results. View boxes don't seem to work, dashed lines, symbols, any kind of shape reüse in general; groups are ungrouped automatically, but apparently properties defined on groups are not propagated to child elements when ungrouping. And it manages to lock up Firefox and IE completely. Not terribly impressed so f…
Show HN: I open-sourced my web app alternative to Illustrator
51–60 of 94 posts
Re: Show HN: I open-sourced my web app alternative to Illustrator
#52Earlier quoted context omitted.
You might be shocked (shocked!) at how clean and readable some of the CoffeeScript source is. To pick an example at random: https://github.com/artursapek/mondrian/blob/master/src/geome... Artur really did a nice job with structuring this project...
Vanilla JS is easier for me. I don't have time to learn the workings of coffeescript just to read a library casually.
There really is very little magic with coffeescript. Most of it is syntactic sugar which can be learned at a glance of: http://coffeescript.org/ .
Don't mean to come off as pushy but I think it's well worth learning what coffeescript is. Especially if you are familiar with javascript, as it's a straight upgrade in your toolkit.
Re: Show HN: I open-sourced my web app alternative to Illustrator
#53Re: Show HN: I open-sourced my web app alternative to Illustrator
#54Re: Show HN: I open-sourced my web app alternative to Illustrator
#55Re: Show HN: I open-sourced my web app alternative to Illustrator
#56Great work Artur. I think this has potential, with enough contributors, to be a widely used tool. It's unfortunate that some people are getting really hung up on a specific interpretation of the submission title (that it currently has feature-parity with Illustrator), instead of talking about the seriously impressive amount of work you've put into this thing, or actual constructive criticism. Don't let it get to you,…
* one bug is here: http://mondrian.io/?p=5xf0YH Somehow I created a piece of geometry that's a line segment that can't be filled or stroked. Hover around near the end of that arrow and you'll find it. It was created using the line tool.
edit: never mind, it turns out I just didn't completely grasp the selection model. If I click on the line segment, the endpoints get selected and I can move it, but the fill/stroke panels don't appear. However, if I drag-select it so I get the line's bounding box, they do. The selection model is a bit quirky, although I suppose you're probably trying to simplify Illustrator's weird assortment of selection modes. Good luck with that. :)
Re: Show HN: I open-sourced my web app alternative to Illustrator
#57Awesome! I'm really awful at drawing on my computer. Many failed attempts at trying to learn Illustrator, Gimp, etc. What's really cool about a web app of a drawing app is that you could use all the open source product tour JS libraries to create interactive tutorials... So impressive, thank you!
If you failed at using Illustrator or Gimp effectively, then you didn't try hard enough. Follow video tutorials and try to recreate graphics, in time you'll get better. Ugh, this entire thing is in coffeescript too, now I have to learn coffeescript to make sense of this library.
This reminds me of a really funny bit Louis CK does about wifi on an airplane. https://www.youtube.com/watch?v=KpUNA2nutbk#t=234
Basically, the punchline is how ridiculous it is that some people can believe they're entitled to something being a certain way, that they didn't know even existed until a few minutes ago.
"Ugh, this really cool library isn't written in something I already know. What an asshole for doing that."
Re: Show HN: I open-sourced my web app alternative to Illustrator
#58Awesome! I'm really awful at drawing on my computer. Many failed attempts at trying to learn Illustrator, Gimp, etc. What's really cool about a web app of a drawing app is that you could use all the open source product tour JS libraries to create interactive tutorials... So impressive, thank you!
If you failed at using Illustrator or Gimp effectively, then you didn't try hard enough. Follow video tutorials and try to recreate graphics, in time you'll get better. Ugh, this entire thing is in coffeescript too, now I have to learn coffeescript to make sense of this library.