PaintCode 2
51–60 of 72 posts
Re: PaintCode 2
#52As someone who has fairly limited exposure to mobile application development I have to ask a basic question, what are the use cases for this tool? I can tell that it turns vector into code, but why not just include the vector in the app?
From what I understand, there's a performance gain from doing the drawing directly.
The point of PaintCode is to allow dynamic manipulation of an image. If you don't need a dynamic image, the best option is a .png; second option is drawing once to a UIImage.
Re: PaintCode 2
#53Earlier quoted context omitted.
I glanced over the website and missed that, now on mobile I'm only reading the comments and see that it is quite relevant for me. So thanks :)
You didn't miss it - it doesn't say that anywhere in one sentence on the linked page.
Re: PaintCode 2
#54This seems like a cool way to learn Objective-C and iOS development. Can I make an entire working app using this, or is it only meant for prototyping/mock-ups?
PaintCode is meant to replace the need for images by giving you the equivalent code for basic images. Their initial claim to fame with version 1 was being "Retina ready," since the images are drawn in code instead of PNGs. It is a very good way to learn Quartz and CoreGraphics, but not necessarily the best way to learn ObjC. I used PaintCode in a project I worked once, and it was a lot more work than I wanted for jus…
Re: PaintCode 2
#55Earlier quoted context omitted.
If you bought it after April 1, the upgrade is free. Email support for info (as seen in the blog post here: http://www.paintcodeapp.com/news/introducing-paintcode-2 )
Outstanding. Cheers VeryVito.
Re: PaintCode 2
#56Nice, Apple itself is a customer. That's a big thumbs up. In general, do you have to contact companies and ask them permission before you put them on the customer list?
All apps I've seen come from Apple tend to prefer rendering resources using images rather than code, even where you might assume something is done in code to start with, at least on iOS anyway.
Re: PaintCode 2
#57Earlier quoted context omitted.
I glanced over the website and missed that, now on mobile I'm only reading the comments and see that it is quite relevant for me. So thanks :)
You didn't miss it - it doesn't say that anywhere in one sentence on the linked page.
"Drawing Tools - Use built-in vector drawing tools to design controls, icons and other graphic elements."
And
"Code Generation - PaintCode instantly generates Objective-C or C# code from your drawings."
Seems obvious to me what it does. I literally have to do nothing besides open my eyes to get that information. Couple that with the screenshot, and the name, and the fact that the price is presented front and center, I can't help but wonder what information is missing?
Re: PaintCode 2
#58Earlier quoted context omitted.
You didn't miss it - it doesn't say that anywhere in one sentence on the linked page.
Very similar text appears if you hover over the bottom right yellow dot. Why the most important sentence on the page is hidden behind a mouse over is beyond me.
Re: PaintCode 2
#59I am feeling increasingly frustrated by product websites that assume I already know what their product is. This seems to be especially prevalent on sites of tools meant for developers. Please, don't make me have to guess by reading your tooltips, feature blurbs, and customer quotes like they are puzzle pieces to the question of "what the hell is this thing!" At least PaintCode is kind enough to give an overview in th…
"Drawing Tools - Use built-in vector drawing tools to design controls, icons and other graphic elements."
And
"Code Generation - PaintCode instantly generates Objective-C or C# code from your drawings."
Seems obvious to me what it does. I literally have to do nothing besides open my eyes to get that information.
Couple that with the screenshot, and the name, and the fact that the price is presented front and center, I can't help but wonder what information is missing?
Re: PaintCode 2
#60OP: I like this and think it has a nice, fresh look to it. Look forward to playing around with it. Thanks.