04Apr2011
Author
Andy Li
Category
HK Developers Feed
Tags
Creating generative art in haXe and OpenFrameworks (March 2011) Thumbnail

Creating generative art in haXe and OpenFrameworks (March 2011)

It’s already the 3rd month of doing a piece of generative art everyday. Here are some selected pieces. Reused previous month’s feather code to make a sensitive plant. Backed to play with abstract geometry. I like its sketch style wooden texture. Following one gives some nice harmonic color. Replacing lines with circles, it’s now more ...

Read MoreLeave a Comment
25Mar2011
Author
Andy Li
Category
HK Developers Feed
Tags
hxOpenFrameworks is now on haxelib! Thumbnail

hxOpenFrameworks is now on haxelib!

Yup, it’s there. You can now grab hxOpenFrameworks via haxelib install hxOpenFrameworks. It is using a version of openFrameworks that is slightly more recent than 0.062(current latest release). All Windows/Mac/Linux is supported (only 32bit though). For those haven’t tried haxe/cpp: Go install haxe. Install c++ development tools. Windows: Visual Studio (Express version is free) Mac: ...

Read MoreLeave a Comment
23Feb2011
Author
FxAIR.org
Category
Events
Tags
Adobe Refresh Roadshow Thumbnail

Adobe Refresh Roadshow

For the absolute latest solutions in multi-screen delivery... you need to hit REFRESH! If you have missed the exciting Adobe MAX event in USA, here's your chance to hear the leading Adobe industry experts deliver the latest developments on rich application building and content development to multiple platforms. Refresh 2011 is aimed at developers and designers who want to increase

Read MoreLeave a Comment
22Feb2011
Author
Andy Li
Category
HK Developers Feed
Tags
Creating generative art in haXe and OpenFrameworks (Feb 2011) Thumbnail

Creating generative art in haXe and OpenFrameworks (Feb 2011)

I continue the journey of creating a piece of generative art everyday. And I am still using hxOpenFrameworks. BTW, since I don’t have a Mac running at this moment, I can’t have a Mac build. And actually I’m still messing with the Linux build… So hxOpenFrameworks is currently Windows only. I will release it to ...

Read MoreLeave a Comment
15Feb2011
Author
FxAIR.org
Category
Product Release
Tags
Adobe Flash Player 10.2 Released Thumbnail

Adobe Flash Player 10.2 Released

Adobe Flash Player 10.2 is officially released. Download now to experience the performance gain provided by Stage

Read MoreLeave a Comment
19Jan2011
Author
FxAIR.org
Category
Events
Tags
FxAIR.org January MAX Racer Event Thumbnail

FxAIR.org January MAX Racer Event

祝各位新年快樂~! 我們很高興能夠邀請從美國 Adobe 遠道而來的 Tom Krcha 為我們 2011 年的第一次聚會打響頭炮. Tom 是 Adobe Gaming Evangelism team 的其中一名主要成員, 擁有超過十年編寫 Flash 的經驗. 他的專長包括多人實時遊戲, 點對點, 串流及即時協作技術. 多年以來 Tom 參與過很多關於媒體串流的工作包括

Read MoreLeave a Comment
15Jan2011
Author
Andy Li
Category
HK Developers Feed
Tags
Creating generative art in haXe and OpenFrameworks Thumbnail

Creating generative art in haXe and OpenFrameworks

It has been some time since the start of building hxOpenFrameworks, the haXe binding to OpenFrameworks. Actually it is already around 80% complete several weeks ago. I was facing some GC problem on the use of ofSoundStream, but finally I’ve solved it with the help of Hugh. As a by-product, I’ve made a binding to ...

Read MoreLeave a Comment
19Dec2010
Author
Andy Li
Category
HK Developers Feed
Tags
Method chaining and fluent interface in haXe Thumbnail

Method chaining and fluent interface in haXe

Method chaining is calling a method of an object that return the same type of the object multiple times. One example is TweenLite's TweenLiteVars (in AS3): var vars:TweenLiteVars = new TweenLiteVars() .prop("x", 300) .autoAlpha(0) .onComplete(myFunction, ); One more popular example is jQuery (in JS): $("p.neat").addClass("ohmy").show("slow"); A class that let us do method chaining is having a fluent interface. Fluent interface isn't very ...

Read MoreLeave a Comment
08Nov2010
Author
FxAIR.org
Category
Adobe MAX
Tags
Adobe MAX 2010 Keynote and Session Recordings Available Now Thumbnail

Adobe MAX 2010 Keynote and Session Recordings Available Now

The two keynotes and some of the selected sessions' recordings are now available here. Keynote Recordings http://tv.adobe.com/show/max-2010-keynotes/ Session

Read MoreLeave a Comment
17Oct2010
Author
FxAIR.org
Category
Product Release
Tags
, ,
Flash Player “Square” Released in Adobe Labs Thumbnail

Flash Player “Square” Released in Adobe Labs

The next major build of Flash Player code name Square is prereleased in Adobe Labs http://labs.adobe.com/technologies/flashplayer10/ Major improvements include 64-bit support and IE9 hardware

Read MoreLeave a Comment