StarlingGraphics / Starling-Extension-Graphics

flash.display.Graphics style extension for the Starling Flash GPU rendering framework
https://github.com/StarlingGraphics/Starling-Extension-Graphics/wiki
MIT License
285 stars 88 forks source link

API doc #34

Closed AlBirdie closed 11 years ago

AlBirdie commented 11 years ago

Hi there! You don't happen to have some documentation for this api, do you? It's quite hard getting used to this mighty API without even a bit of documentation.

jonathanrpace commented 11 years ago

I'm afraid not. It should be similar enough to Flash's native graphics API so that you can pretty much copy and paste the code you would write for that over to this api.

For the more 'advanced' features (such as more complex primitive types), the examples should cover everything you can do with them.

I'm not planning on writing any docs anytime soon - but if you're getting stuck on a particular area, I'm more than happy to help you in any way I can.

AlBirdie commented 11 years ago

Thanks for your quick reply Jonathan! That's fine then. Just wanted to make sure that I didn't miss the obvious. :)

I'm pretty new to the whole drawing thing (never really needed it in the past), but now the requirement to make a chart for a mobile Starling application came up, and your API seems like the right thing to accomplish this task. Actually, I did a little testing with the examples for the past hours, and already feeling quite a bit more comfortable with the API. The first, very basic, line chart is already in the making.

Also, thanks for your offer. Hopefully I won't have to bother you with my noobish questions. ;)