Freelance!

Posted in work by cordechasse on octobre 16th, 2011

After 7 years spent at megalo&company, I’m starting a new life as freelance.
I join l’étrange fabrique, community of freelancers and friends.

If you’ve got challenging/creative/innovative Flash or iPhone projects, I’m your man!

You can contact me : nicolas(at)cordechasse.fr

ANT – How to enable FTP tasks

Posted in Ant Task by cordechasse on septembre 18th, 2011

ANT comes with a few tasks that can save you a lot of time.

One of them, which is really usefull, is the FTP task :

<target name="01. Upload to ftp">
    <ftp server="ftp.mydomain" userid="login" password="password" verbose="true">
        <fileset dir="bin"/>
    </ftp>
</target>

If you’ve got the anoying error : Could not create type ftp due to java.lang.NoClassDefFoundError: org/apache/commons/net/ftp/FTPClientConfig, you need to add the commons-net-XXX.jar library in the ANT classpath.

Read the rest of this entry »

ANT + AIR – Auto update build version

Posted in AIR, Ant Task by cordechasse on août 15th, 2011

When you develop an AIR application, the version number is really important.

Instead of updating on your own, here is an Ant task that auto-increment the build version of your application.

It will :

  • build a version.property file where the build version is stored
  • auto-increment build version at each compilation
  • update descriptor.xml file when generating the final AIR file
  • generate an AIR file with version included in its name (ex: myApp_1_0_256.air)

Read the rest of this entry »

www.theplaceto.be in the top 10 extraordinary

Posted in work by cordechasse on juillet 28th, 2011

www.theplaceto.be is a website to promote Flandre, in Belgium.

The website was released in march, but today, I just found that it was in the top 10 extraordinary websites according to www.wemakethemclick.com!

On this project, I lead a team of 2 flash developers.
I made all the architecture, the « diamond engine » (display of pictures in diamond shape, transitions, etc), and few other parts.

Gobelins AS3 slides

Posted in as3, gobelins by cordechasse on mai 4th, 2010

This year I taught for the first time : 56 hours of Actionscript3 lessons at the Gobelins school (in Annecy, France).
It was really a great experience, I hope the students enjoyed as much as I did.

Here are the slides :

slideshow

Still alive, yes, yes…

Posted in as3, websites, work by cordechasse on février 21st, 2010

I know it’s been a really long time I haven’t done anything on this blog, but later is better than never, right?

In fact, I haven’t written anything because I’ve been really busy at work (I’m working for Megalo(s)) with huge and interesting projects and I’m teaching AS3 at a fabulous multimedia french school : Gobelins (recently renamed CCI Formation).

I led the flash development of fullflash websites, most revelants are :

DeDietrich screenshot
De Dietrich HouseHold appliance(team of 3 developers)

 

DKNY teaser
PureDKNY fragrances Teaser (team of 2 developers) : water your plant and it grows, share your plant and it gets flowers.

 

DKNY reveal
Pure DKNY fragrances Reveal (team of 2 developers)

 

Let’s bring this blog back to life, so in the next post I’ll give my Gobelins slides, talk about FITC in Amsterdam, talk about ant Task…

Is Google Android a disappointment?

Posted in mobile by cordechasse on octobre 5th, 2008

google androidGoogle has just released his new Mobile OS called Android, and we can already see websites, magazines and mobile phones holders comparing Android to the iPhone OS.
What I can see (on the web, or just by speaking with friends) is a lot of disappointment : Android OS isn’t the iPhone OS killer.

Actually, Apple did a tremendous work with iPhone OS. It’s quick, reactive, ergonomic, easy to use… It’s hard to a new system (even designed by Google) to beat Apple.

Ok, it’s not as good as iPhone OS but let’s discuss some points :

Read the rest of this entry »

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