【實用程式庫與試用程式app】OpenFL compatibility tester|最夯免費app

【實用程式庫與試用程式app】OpenFL compatibility tester|最夯免費app

分享好友

【免費程式庫與試用程式App】OpenFL compatibility tester-APP點子

All this app does is show a single image. You don't need this unless you want to test device for compatibility with OpenFL. Attempts to open and display the default OpenFL logo against a white background.

package;

import flash.display.Bitmap;

import flash.display.BitmapData;

import flash.display.Sprite;

import openfl.Assets;

class Main extends Sprite {

public function new () {

【免費程式庫與試用程式App】OpenFL compatibility tester-APP點子

super ();

var bitmap = new Bitmap (Assets.getBitmapData ("assets/openfl.png"));

addChild (bitmap);

bitmap.x = (stage.stageWidth - bitmap.width) / 2;

bitmap.y = (stage.stageHeight - bitmap.height) / 2;

}

}

免費玩OpenFL compatibility tester APP玩免費

免費玩OpenFL compatibility tester App

OpenFL compatibility tester APP LOGO

OpenFL compatibility tester LOGO-APP點子

OpenFL compatibility tester APP QRCode

OpenFL compatibility tester QRCode-APP點子
熱門國家系統支援版本費用APP評分上架日期更新日期
未知Android
Google Play
1.0.0
App下載
免費
1970-01-012015-04-21
分享app
上一個APP
下一個APP

高評價程式庫與試用程式App推薦

ベンチマーク

ベンチマークは、拡散方程式計算というプログラムでも時間のかかる計算処理を行わせることで、Android端末がどれぐらいの性能を持っているかを確かめるアプリです。 通常のAndroidアプリはJavaで実装されますが、拡散方程式計算のようにパフォーマンスが必要な処理などをC/C++で実装して高速化で …
yuz twitter plugin demo

Twitter Streaming APIの動作確認用に作ったデモアプリです。実行にはyuz本体(v0.22.2以上)が必要です。Streaming APIではOAuthは使えません。気になる方は専用のアカウントを使用してください。Streaming APIの仕様上、すべてのツイートが表示されるわけ …