Git Product home page Git Product logo

drawscript's People

Contributors

tomkrcha avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

drawscript's Issues

Open Source

The readme states:

This project will be opensourced once released final.

Since the last release is over one year old I like to suggest not waiting for a "final release" to open sourcing the tool. This way other can contribute enhancements and a "final" release might be reached sooner.

UIColour only supports RGB values up to 1.0F

Drawscript is a fabulous idea.

I was just writing a list of colours in Xcode and I thought... I'll try Drawscript and copy and paste them in but I found an issue.

Example orange colour values from Drawscript:
[UIColor colorWithRed: 247 green: 147 blue: 30 alpha: 100]

This produces white not orange.

To work properly it needs to be:
[UIColor colorWithRed: 247.0F/255.0F green: 147.0F/255.0F blue: 30.0F/255.0F alpha: 1.0F]

Each R G B value in UIColour has a max value of 1.0 as a Float.

Hope this helps.

Won't install

I downloaded this from http://drawscri.pt/ and attempted to install it in Illustrator 17.0.2 on the Mac, but the Extension Manager is reporting that it can only be installed on versions 16.0 through 17.9. (see screenshots), which doesn't make sense because 17.0.2 is between 16.0 and 17.9.
screen shot 2014-05-25 at 7 10 22 pm
screen shot 2014-05-25 at 7 11 45 pm

Swift

Do you plan to add Swift to the languages that this extension can export to? The differences between Objective-C and Swift are small, but if you need to rewrite everything manually it takes some time.

Awsome extension!

Illustrator CC 2014 compatibility (18.0)

This extension can not be installed, it requires Illustrator version in range of inclusively between 16.0 and 17.9

Does the extension run in the new Illustrator? Current version is 18.0. Is there any incompatibility?

canvas export generates incorrect style properties

Colours requiring alpha channel should be represented as a decimal percentage from 0-1 eg. rgba(0-255,0-255,0-255,0-1).
Also, it's currently outputting the style for lines as lineStyle, it should be strokeStyle

won't install

Used to be a very neat tool ... seems to be broken in CC 2015 :(

screen shot 2015-10-08 at 14 08 46

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.