tree maps using actionscript - actionscript-3

can any body help me??
i have a task to make a tree map with actionscript 3.0 and using the rectangle packing algorithm!!!
can anybody help me,,i cant find a resourse to teach me how to do this,,i only know what is a tree map and i know actionscript,,nothingmore
will adobe flex help me in this task??
please i need your help..

Maybe this library can help. AS3 Data Structures For Game Developers

Related

Simple Terrain and Terrain Following Camera Implementation in LibGDX

I apologize if this topic is duplicated, but I not find something simple on other topics.
I'm new in 3D with LibGDX and I'm trying to make a basic implementation of a 3D Terrain (even very simple, only an inclined plane) and a Terrain Following Camera.
I've googled but not found an example so simple as well for a beginner.
Can anyone give me an example code or indicate where I can find?
I've tried to use this: https://github.com/eerock/libgdx/blob/master/tests/gdx-tests/src/com/badlogic/gdx/tests/TerrainTest.java, but it does not work, because I'm using the LibGDX 1.9.3 with OpenGL 2.0.
Thanks in advance for any help.

Game Center Integration in cocos2dx

I am very new to cocos2d-x and wanted to integrate game center in my code.
I have found my solutions, but not finding any accurate solution.
Kindly help me for the same in step by step way.
it’s not well documented but please take a look at:
https://github.com/hovergames/avalon/blob/master/avalon/GameCenter.h
https://github.com/hovergames/avalon/tree/master/avalon/platform/ios/gamecenter
And (currently) you have to add #public infront of RootViewController *viewController in your AppController.h. It’s not pretty but it should work

box2d flash app tutorial

Can anyone kindly provide me with some links for tutorials to guide me to make a flash actionscript 3.0 game through box2d physics. A tutorial guiding through a complete project will be very much helpful.
This one looks quiet nice :) Are you using any Engine or pure AS3?
http://code.tutsplus.com/tutorials/introduction-to-box2d-for-flash-and-as3--active-8711

Is there any 3D modelling app in AS2 / AS3?

I could not find any online app in flash that you can use to create models similar to http://www.3dtin.com/
I know that with 3d library Papervision3D you can do a lot, but to build an app 100% alone seems to be overwhelming.
It would be sufficient to have a tool to create simple shapes (cuboid, cone, pyramid). And the option to export it as PNG image.
Any advice appreciated!
For simple objects, i've have great success using ERain's Swift 3D.
http://www.erain.com/

OCR Actionscript

Hi guys i want to create a OCR in Actionscript 3. At first i thought that i would create a neural network in AS3. But, it's very difficult. Any guidelines on how to proceed would be helpful.
I found this: http://code.google.com/p/zeez/
If you go to the ZeezSample.fla you need to change the main stage class to ZeezSample. It was set to a non-existent file thus the .fla was useless. With that tweak you can see the algo at work. I'm trying to find a way to trim this down and simply recognize a few basic numbers in a flash bitmap / bitmapdata pulled from a webcam.
Cheers!
You could use Alchemy and find a C/C++ library which you would then wrapp for AS3.
I found this one, but I never tried it: http://code.google.com/p/as3ocr/