MockFlow - Online Wireframe Tool Flash Platform * Manual bitmap caching Use the BitmapData class to create custom bitmap caching behavior. The following example reuses a single rasterized bitmap version of a display object and references the same BitmapData object. When scaling each display object, the original BitmapData object in memory is not updated and is not redrawn. This approach saves CPU resources and makes applications run faster. Here is the updated BitmapApple class: The alpha value is still modified on each frame. import org.bytearray.bitmap.BitmapApple; const MAX_NUM:int = 100; var holder:Sprite = new Sprite(); addChild(holder); var holderVector:Vector. This technique uses only a small amount of memory, because only a single cached bitmap is used in memory and shared by all the BitmapApple instances. For a smooth final bitmap, set the smoothing property to true: Adjusting the Stage quality can also improve performance.
Home - Pencil Project Liste de 18 outils pour prototyper des maquettes Aujourd'hui, j'ai cherché une petite application qui me permettrait de réaliser des maquettes d'interfaces graphiques simplement, comme je le faisais sous Linux avec Pencil (mais pour Mac OSX). Puis au fil de mes recherches, j'en ai dégoté plusieurs qui je pense vous intéresseront. Voici donc une sélection de 18 outils de création d'interfaces graphiques (et de schémas) pour vos projets. Balsamiq mockups Fonctionne sous Mac, Windows et Linux. Et les outils payants pour ceux qui ont les moyens : Axure, Designervista, EasyPrototype, Expression blend de Microsoft avec son outil Sketchflow, FlairBuilder (version d'essai de 15 jours), Foreui (avec demo online), Gui design studio, Irise, JustinMind, Justproto, Lucid spec, MockupScreens, Omnigraffle, Petra, Pidoco, Protoshare, Screen Architect, SmartDraw, Visio et pour finir WireFrameSketcher qui s'intègre dans Eclipse. Rejoignez les 60762 korbenautes et réveillez le bidouilleur qui est en vous Suivez KorbenUn jour ça vous sauvera la vie..
Packager for iPhone: Render Performance Introduction CS5 is one of the most eagerly anticipated releases of Flash Professional in years and the inclusion of the iPhone Packager finally makes it possible for Flash developers to write exciting content for iPhone using the same tools they use day in, day out. Mobile development requires special design and coding considerations, and the iPhone is no exception. Although the Packager compiles all ActionScript byte code into native iPhone application code, an understanding of the Flash rendering pipeline on iPhone will help you maximize performance. This article will lead you through code examples detailing how to get the best results from your iPhone when performing frame-based animation. Requirements To make the most of this article, you’ll need the following software and files: Prerequisite knowledge Prior experience of Flash and ActionScript 3 is advised. The iPhone Hardware The following list highlights the CPU differences across models: CPU v GPU Rendering Vectors versus Bitmaps
The 20 best wireframing tools for designers | Wireframes Wireframe tools make the process of knowing how to create an app or website fundamentally easier, by visually stripping the product down and enabling all involved to focus purely on functions and user interactivity. Clients need to understand how your proposed app or website will work. But simply explaining to them verbally or in writing leaves the vast majority of functions down to their imagination – which isn't helpful for you or your client, and leaves a lot of room of error. Wireframe tools can be extremely helpful in squaring that circle. Get 15% off Creative Cloud with our exclusive offer There are more wireframe tools on the market than ever, each offering varying levels of functionality. Taking advantage of trial downloads or free software and finding the one that fits in with the way you work is the best way of finding out which one is right for you. 01. 02. Platform: MacOS, WindowsPrice: From free to $19.99 per month as part of Adobe Creative Cloud 03. 04. 05. 06. 07. 08. 09.
Home - Pencil Project Object Pool class Two of the slow operations in the flash player are object creation and garbage collection. If we pool objects – save objects when they’re no longer needed and reuse them later when another object of the same type is required – then object creation is kept to a minimum and garbage collection is reduced to zero. Joa Ebert discussed this in his presentation at Flash on the Beach. I already use specific object pooling in Flint particles, but while Joa was talking I had an idea and wrote a class for generic object pooling of all object types. I finally had time to test the class, and it works as expected, so I’ve added it to my open code repository. The object pool class manages pooling of all objects through two simple methods. var obj:SomeClass = ObjectPool.getObject( SomeClass ); If there are any such objects in the pool, one of them will be returned. When you no longer need an object, you can add it to the pool for later reuse like this ObjectPool.disposeObject( obj );
9 Free And Open Source Bug Tracking Softwares A web application or a software development process always has bugs which is very normal in a hundreds of lines of code. The important part is tracking & fixing them. Whether you are a one-person-army or have teammates, it is a big time-saver to use a bug tracking software. Besides having the bugs listed in a comprehensive way, most bug/issue tracking applications let end-users to submit bug-feature requests that will end up in a better product. Here are 9 free & open source bug tracking softwares, both desktop & web-based, for a better development process: WebIssues WebIssues is an open source issue tracking & team collaboration application that has 2 parts: The server: a PHP-MySQL based server where the data is stored, notifications are sentThe client: a desktop application for users to connect to the server (Windows & Linux supported) A permission-based user system enables the ability of "multiple users working on different projects". Issue types are flexible & customizable. eTraxis Bugzilla