SWFProfiler haXe'd

January 13th, 2010

I ported over a very good SWFProfiler that a fellow actionscripter wrote over a year ago.
It’s very useful especially to haXe‘rs when all we have to play with is the flash debug player, and for flash game devs to make sure our framerates stay up, and our memory is managed correctly.

I added my own flavor to this already awesome SWFProfiler.

See the demo and download the source.

Read more ...


jumpAround(audio_level); #songsInCode

August 21st, 2009

Made another #songsInCode in haXe

much funner this time.

if(audio_level > threshold){
    house_of_pain[j].jumpAround(audio_level);
}

You need Flash 10 to view the awesome. It’s a free and fast upgrade.

let it load, press play.
House of Pain - Jump Around (Deadmau5 remix)

read more to see the source code and result in action…

Read more ...


Amazing flash Interactive Music Video

August 20th, 2009

I rarely post other people’s work on this site unless it’s just too amazing to not talk about…
…this is one of those times.

http://soytuaire.labuat.com

music_video_loader.addEventListener(Event.COMPLETE, jaw_drops);

Sandy 3.1 haXe Spectrum Analyzer (Disco variation)

March 12th, 2009

This variation adds random colors when the spheres pulsate.
same fps and memory displays exist, they are just hidden, use the keys to view them if you want.
also using haXe compiler flag -D SANDY_USE_FAST_MATH

Read more ...


Sandy 3.1 haXe FastMath Spectrum Analyzer

March 10th, 2009

haXe 2.02 FAST_MATH
Sandy 3.1 haXe sandy_use_fast_math 2.02 benchmark

Read more ...


Sandy 3.1 accident for MacPro

March 10th, 2009

WARNING, DO NOT VIEW THIS PAGE IF YOU HAVE A SLOW MACHINE

This version is a special experimental accident that i decided to post because my iMac bogged down to < 8 fps

i want to see how a MacPro scores

Read more ...


haXe flash flex benchmarks on Sandy 3.1

March 10th, 2009

I've setup more tests to compare the new Sandy 3.1 3D engine compiled on flash, flex, and haXe.

thanks to Russell Weir (damonsbane) and cyanescent for porting the new Sandy as3 classes to haXe

I added some more controls for fun and benchmarks, and a few new songs to test out.
you can change the sphere rotation and orbit speed, and toggle the benchmark displays visiblity and background color

please post your scores in the comments.

Flash 10 plugin is required to view these demos. upgrade here http://get.adobe.com/flashplayer/

Flash 10 (Flash ide)
Sandy 3.1 Flash 10 benchmark

Flex 3 (mxmlc)
Sandy 3.1 Flex 3 benchmark

haXe 2.02
Sandy 3.1 haXe 2.02 benchmark

haXe 2.02 FAST_MATH
Sandy 3.1 haXe sandy_use_fast_math 2.02 benchmark


Sandy 3.1 haXe Spectrum Analyzer

March 10th, 2009

haXe 2.02
Sandy 3.1 haXe 2.02 benchmark

Read more ...


Sandy 3.1 Flex Spectrum Analyzer

March 10th, 2009

Flex 3 (mxmlc)
Sandy 3.1 Flex 3 benchmark

Read more ...


Sandy 3.1 Flash Spectrum Analyzer

March 10th, 2009

Flash 10 (Flash ide)
Sandy 3.1 Flash 10 benchmark

Read more ...


SoundMixer.computeSpectrum()

February 25th, 2009

Messing around with the haXe port of Sandy and SoundMixer.computeSpectrum() in a couple car rides to the office.

These 3 examples came out of it.

You need Flash 10 to view these demos, or you will hear music, but see nothing Get Flash, it's free

a Bar style spectrum analyzer, very accurate. demonstration plays 3 songs.

an eyeball, modifying x and y rotation and z position, very accurate.

the same eyeball, just with smoother animations, much less accurate, but not as cracked out.


Eyeball Analyzer (smooth)

February 25th, 2009

the same eyeball, just with smoother animations, much less accurate, but not as cracked out.

Read more ...


Eyeball Analyzer (on crack)

February 25th, 2009

an eyeball, modifying x and y rotation and z position, pretty accurate.

Read more ...


Bar style analyzer

February 25th, 2009

a Bar style spectrum analyzer, very accurate. demonstration plays 3 songs.

Read more ...