Are you an AstroFlyer?

Posted in game by cordechasse on juillet 26th, 2008

A really nice game found on gamereclaim website : AstroFlyer

astroflyer screenshot

You drive a spaceship in a vector environment. There’s not more to say, just try it!

Voxel is not dead!

Posted in 3d engine, as3 by cordechasse on juillet 22nd, 2008

Mr Doob and Román Cortés released an impressive as3 demo of a voxel head. It is a bit heavy (500Kbits), but rendering is sharp and smooth.

Voxel head

Voxel is a « volume element, representing a value on a regular grid in three dimensional space » (Wikipedia).
Voxel is usually used to display landscape or 3d medical data.

Read the rest of this entry »

Alternativa3D is out!

Posted in 3d engine, as3 by cordechasse on mai 31st, 2008

The promising and impressive russian 3D engine alternativa3d logo is available to download at this adress http://alternativaplatform.com/en/alternativa3d/. Usage is free of charge for personal non profit and you must register to download the swc files.

Demos (flash player 10):
alternativa3d demo 1 alternativa3d demo 2 alternativa3d demo 3

API Documentation:
http://help.alternativaplatform.com/en/client/package-summary.html

And tutorials:
http://docs.alternativaplatform.com/dashboard.action, but still written in russian for the moment. It doesn’t matter : AS3 language is international!

Let’s try this engine and compare it with Papervision and Sandy 3D (which are open-source).

ByteArray’s book under Creative Commons licence

Posted in as3 by cordechasse on avril 28th, 2008

Thibault Imbert has just released a new book on actionscript 3.0 in french : « Pratique d’actionscript 3″.

At first, his book was written to be published by O’Reilly but is finally published on the web under creative common licence.

In the 1100 pages he develops events, garbage collector, sockets, bytes arrays, sounds and more and more and more. It’s a really huge work.

Thibault is famous for his blog bytearray, and his work on wiiflash, alive pdf, gif player…

You can get a pdf version here : http://pratiqueactionscript3.bytearray.org/. A paper version will be available soon.

AS3 : embedding bitmap font in the librairy

Posted in as3 by cordechasse on mars 2nd, 2008

In my last project I lost some time just to set a textformat to a simple textfield. The font was well linked in the librairy, but the textformat (particularly the font) didn’t apply to the textfield.

I found the reason : flash renames bitmap fonts and adds the suffix : _SIZEpt_st.

- Verdana becomes Verdana_12pt_st
- Arial becomes Arial_12pt_st
- etc.

Read the rest of this entry »

Fauchon’s website : the full flash online shop

Posted in work by cordechasse on décembre 29th, 2007

My company launched 2 weeks ago, the new Fauchon website : www.fauchon.com.
Still in french for the moment, it will be translated in other languages soon.

screenshot fauchon

Fauchon is a famous Parisian delicatessen and one of the world’s leading gourmet food and specialty companies.

Read the rest of this entry »

Diesel, customize your fragrance in 3d

Posted in as3, work by cordechasse on octobre 24th, 2007

My first Papervision project is online, yyyeeaaahhh!!!

With my company, I’ve developped the new Diesel Factory website. Now you can customize your own fragrance bottle and watch the result live in 3d.

Have a look at : http://www.diesel-factory.com.
Read the rest of this entry »

Papervision, reading zipped collada

Posted in 3d engine, as3 by cordechasse on octobre 1st, 2007

In Papervision, the 3D Objects are defined in Collada files. Collada files are just XML files with a specific DTD (or schema). In consequence, colladas inherit the same qualities and defects as XML. One of the main defect is the file size which can be a major problem if you’re doing an online application.

Here a little tutorial to display a zipped collada in a papervision application : demo Read the rest of this entry »

Diesel fragrances website

Posted in websites, work by cordechasse on septembre 22nd, 2007

Here it is, the Diesel Fragrances website is online. In fact it’s been a few weeks now but I didn’t have any time to talk about it on my blog.

I did it with my company Megalos and I was the lead developer on this big international website.

diesel website

Read the rest of this entry »

How to connect to Flickr in as3

Posted in as3 by cordechasse on juillet 21st, 2007

In this little tutorial, I’ll show you how to connect to the Flickr Service in actionscript3.

flickr connector window

Here’s the demo

First of all, you’ll need :

- a Flickr account

- a Flickr API Key

- the Adobe as3flickrlib

- the Adobe as3corelib

Read the rest of this entry »