Some Apache Flex 3D art

2016-04-17 Thread Carlos Rovira
Hi I was getting some fun with Blender and choose the Apache Flex logo to make some of my experiments with this OS amazing tool. I thought I could share it here and maybe even propose to make some of this for website headers, wallpapers to share in web-site, or things like that if folks considere

Re: Some Apache Flex 3D art

2016-04-17 Thread Harbs
Looks pretty cool to me. :-) On Apr 17, 2016, at 11:02 AM, Carlos Rovira wrote: > Hi > > I was getting some fun with Blender and choose the Apache Flex logo to make > some of my experiments with this OS amazing tool. > > I thought I could share it here and maybe even propose to make some of th

AW: AW: AW: [Maven][Installer][Flex][FlexJS] Legal Stuff

2016-04-17 Thread Christofer Dutz
Currently you have to manually download the FlashPlayer and set an environment variable to the executable, I want to automate that so all you have to do, is update the version of the playerglobal dependency and the corresponding FlashPlayer is used automatically. Removing the need to setup anyth

AW: Some Apache Flex 3D art

2016-04-17 Thread Christofer Dutz
Justin should build an IoT Badge looking like that ... I'd like blinky lights that way ;-) Looks awesome ;-) Chris Von: Harbs Gesendet: Sonntag, 17. April 2016 11:49 An: dev@flex.apache.org Betreff: Re: Some Apache Flex 3D art Looks pretty cool to me.

[Discuss]Accept donation of drawing APIs

2016-04-17 Thread Harbs
Lizhi has put together some impressive classes to implement the Flash drawing APIs for FlexJS using Canvas.[1] Lizhi has offered to donate the code[2] and I believe has just filed an ICLA. The question now remains whether we want to include the code. I personally see a lot of value in the code

[FlexJS]creating new externs

2016-04-17 Thread Harbs
I’m still kind of fuzzy on how externs work. I decided to try to create a CC Extension using FlexJS as an educational exercise (and possibly as a prototype for others). I would like to add compiler checking for CSInterface[1], but I’m not sure how to go about it. I tried looking for how Create.

Re: Some Apache Flex 3D art

2016-04-17 Thread Josh Tynjala
I like it! I think downloadable wallpapers would be great. - Josh On Apr 17, 2016 1:02 AM, "Carlos Rovira" wrote: > Hi > > I was getting some fun with Blender and choose the Apache Flex logo to make > some of my experiments with this OS amazing tool. > > I thought I could share it here and maybe

Re: Volunteers needed to update the Flex showcase

2016-04-17 Thread Mihai Chira
I couldn't find such a guide on the wiki, so I just added it, under Helping Out[1]. Let me know if you'd like me to change anything (or, if you have the time, go right ahead and make the edits). [1] https://cwiki.apache.org/confluence/display/FLEX/Helping+Out On 1 October 2015 at 10:00, OmPrakash

jburg.jar failed to download

2016-04-17 Thread Harbs
It looks like haruisoft.com is offline. If I’m not mistaken, there’s CDNs which offer free delivery for open source. Maybe it’s possible to host these files on one of those? Harbs

AW: jburg.jar failed to download

2016-04-17 Thread Christofer Dutz
JBurg is in Maven central ... just take it from there :-) Chris Von: Harbs Gesendet: Sonntag, 17. April 2016 21:06 An: dev@flex.apache.org Betreff: jburg.jar failed to download It looks like haruisoft.com is offline. If I’m not mistaken, there’s CDNs wh

Re: Docs

2016-04-17 Thread Harbs
Hi Andrew, Thanks so much for offering to help!!! We got a bit sidetracked talking about publishing technologies… ;-) The wiki is a pretty good starting point. https://cwiki.apache.org/confluence/display/FLEX/Apache+Flex+Wiki It’s not as well organized as it could be, and there’s huge gaps in t

Re: Volunteers needed to update the Flex showcase

2016-04-17 Thread Harbs
It looks like the website is mirrored on Github as well.[1] That means anyone could fork it and submit a pull request as well. [1]https://github.com/apache/flex-site/ On Apr 17, 2016, at 9:53 PM, Mihai Chira wrote: > I couldn't find such a guide on the wiki, so I just added it, under > Helping

Re: Volunteers needed to update the Flex showcase

2016-04-17 Thread Harbs
It looks like the website is mirrored on Github as well.[1] That means anyone could fork it and submit a pull request as well. [1]https://github.com/apache/flex-site/ On Apr 17, 2016, at 9:53 PM, Mihai Chira wrote: > I couldn't find such a guide on the wiki, so I just added it, under > Helping

Re: [Discuss]Accept donation of drawing APIs

2016-04-17 Thread lizhi
i think must flash package. so it can run starling,etc -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Discuss-Accept-donation-of-drawing-APIs-tp52429p52438.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [Discuss]Accept donation of drawing APIs

2016-04-17 Thread Justin Mclean
Hi, I notice 2 contributors on that github project [1] so may be best we get an ICLA from the other contributor as well. I’ve not looked at the repo in detail but I did notice a largish initial checkins [2], and there a few other meta tags [3] and the like which might mean some of the code co

Re: [Discuss]Accept donation of drawing APIs

2016-04-17 Thread lizhi
2 contributors are one. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Discuss-Accept-donation-of-drawing-APIs-tp52429p52440.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: Docs

2016-04-17 Thread Alex Harui
FWIW, I am trying collect up-to-date info about FlexJS under the FlexJS "tree" of pages. There are other pages that are older and not quite up-to-date that I've chosen to leave where they are for now for historical reasons. If they start causing confusion then we can think about deleting them. A

Re: [FlexJS]creating new externs

2016-04-17 Thread Alex Harui
Any SWC can be an externs SWC. For the FalconJX compiler, it is just a SWC that goes on the external-library-path so that the compiler doesn't try to look for actual .JS implementation files. Anything on the external-library-path is assumed to have its implementation loaded some other way (or bec

Re: AW: jburg.jar failed to download

2016-04-17 Thread Alex Harui
Rats, was that redirect still there? I did that to fix something a while back. I just took out the redirect and the install seemed to work, fetching from Maven Central. -Alex On 4/17/16, 1:31 PM, "Christofer Dutz" wrote: >JBurg is in Maven central ... just take it from there :-) > >Chris > >_

Re: [FlexJS]creating new externs

2016-04-17 Thread Harbs
OK. That helps. Thanks. If I would want to add a SWC to an FDT project as an extrern, do you know what I should try to do? On Apr 18, 2016, at 7:12 AM, Alex Harui wrote: > Any SWC can be an externs SWC. For the FalconJX compiler, it is just a > SWC that goes on the external-library-path so th

Re: [FlexJS]creating new externs

2016-04-17 Thread Josh Tynjala
I wrote a tutorial that teaches you how to add an externs SWC to an FDT project. http://nextgenactionscript.com/tutorials/fdt-project-dts2as-javascript-library-swc/ While the tutorial refers to a utility named dts2as, don't spend too much time wondering about that. It's just a way to generate ext

Re: [FlexJS]creating new externs

2016-04-17 Thread Alex Harui
On 4/17/16, 11:00 PM, "Harbs" wrote: >OK. That helps. Thanks. > >If I would want to add a SWC to an FDT project as an extrern, do you know >what I should try to do? No idea. I would hope they have a place to put additional compiler arguments and you could add -external-library-path+=CSInterfa

Re: [FlexJS]creating new externs

2016-04-17 Thread Harbs
Is there any docs that explain how to use it? On Apr 18, 2016, at 7:12 AM, Alex Harui wrote: > Michael Schmalle wrote the externC compile that converts .JS files to AS.