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 ...


ringAround(rosies); #songsInCode

August 21st, 2009

Felt like making a #songsInCode in haXe

and just for fun actually writing the code and compiling it to see how it might look.

ringAround(rosies);
for(girl in girls){
    girl.pocket.fill(new Posies());
}
ashes+=2;
for(girl in girls){
    girl.fall(DOWN);
}

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

Read more ...


Flash Actionscript3 Tutorial : Animated Slideshow

August 20th, 2009

Using TweenLite to generate the animations for a simple flash slideshow built using Flash IDE.

my goal was was to create a looping slideshow as simply as possible. least amount of steps. and with some room to expand on.
this tutorial is made to help understand the logic and some basic moving parts involved in a general slideshow.
it certainly won’t fit all slideshow needs, especially ones with lots of slides, or with constantly changing slides.
source files available.

epic ending… srsly.

Read more ...


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 ...


HTween speed test

January 31st, 2009

Viktor Hesselbom released his tweener class HTween, and it rocks!

I've updated all three speed tests to include HTween. Just press T until you see HTween. On my system HTween performed better than TweenLite and TweenerHX.

try it out here http://remixtechnology.com/view/haXe_TweenLite_vs_TweenerHX_demo

See haXe speed test

Download the haXe or as3 classes at Viktor's blog.