[AIR] Dot3D - ドラッグ&ドロップで画像ファイル読み込み可能に

Tags:

外部画像ファイルをアプリケーションにドロップしてやるとキャンバスに描画するように改良。キャンバスの解像度が16×16しかないのでファミコンの大昔のキャラクターやらfaviconあたりをつっこむときれいに描画するはず。お試しあれ。» [AIR] Dot3D

追記 2008/09/30

Windowsで機能していない模様。原因究明中。

追記 2008/10/01

Windowsでも機能するようにした。ただしファイルがJPG, PNG, GIF形式の場合のみ。

追記 2008/10/01

以下ライブラリのおかげでICO, BMP形式も描画可能になった。
BMPDecoder - Spark project
ICODecoder - Spark project

Dot3D for Flash Player 10

Tags:

Dot3D for Flash Player 10

AIRのFileStream.writeBytes()がAstro(Gumbo)のFileReference.save()にかわっただけなので移植は超簡単。問題はこれがFlash Player 10正式版になっても稼働するかどうかだ。(昔作ったやつは軒並み死亡)

» Dot3D for Flash Player 10

[Lang-8] Lang-8で添削されまくった

Tags:

外国語相互添削SNS「Lang-8」すごいよいかも。何がよいかというとネイティブに添削してもらえるところ。

例えば海外の雑誌に論文等を書くと、日本人は内容以前にまず間違いなく「一度ネイティブに読んでもらって直してください。」と言われる。ここまでひどいことを言われなかったとしても、ネイティブに手直しを受けていない論文をそのまま世の中に放流すると、今度は技術書翻訳サービス等を扱っている会社からダイレクトメールが来るようになる。「(うちで雇った)学生が貴方の論文内の言い回しが変ちくりんなことに気づきました。うちでは〜〜」等々。ネイティブと非ネイティブには越えられない壁があるのを実感するし、非ネイティブであることは一生自覚していくべきだと常々思っている。

Lang-8だとそんな貴重な(自称)ネイティブな人がどこからともなくやってきて添削してくれる。まあ論文チェックしてもらうわけにはいかないだろうけど、カジュアルだけど正しい外国語で記しておきたいものを見てもらうのによいかも。なんといっても無料だし早いし。Dot3Dの英語ページ直してくれって日記書いたら1時間後には添削されまくってた。アプリケーション使った感想なんかも歓迎って書いといたんだけどそれは無視されてた。でもありがとうrichvhさん!今度変な日本語教えてあげるね!

Adobe AIR application that makes a 16×16 dotted-like picture 3D.
⇒Dot3D is an Adobe AIR application that lets you view a 16×16 pixel picture in 3D.

You can freely draw, rotate a picture on the canvas, and save it on your desktop as an image file (PNG).
⇒You can freely draw, rotate the picture on the canvas, and save it to your desktop as an image file in PNG format.

I am looking forward to Dot3D images made by you!
⇒I am looking forward to seeing Dot3D images made by you!

For the detail, see the last section on the page.
⇒For details, see the last section of the page.

Install automatically from the button below.
⇒Install it automatically using the button below.

If you could not install it automatically, try manual install from here
⇒If you could not install it automatically, try to manually install it from here.

(you may probably need to install Adobe AIR Runtime).
⇒(You may need to install the Adobe AIR Runtime.) OR (You will probably need to install the Adobe AIR Runtime.)

Run Dot3D application.
⇒Run Dot3D.

Push “Rotate” button and drag-and-rotate the canvas.
⇒Push the “Rotate” button to drag-and-rotate the canvas.

Push “Save” button to save the image onto the desktop (PNG).
⇒Push the “Save” button to save the image onto the desktop in PNG format.

The checkbox on the bottom determines whether the image background is transparent (checked) or not (unchecked).
⇒If the checkbox on the bottom is checked, the image background is transparent.

Pushing “Clear” button make a canvas completely whitened, so be careful.
⇒Pushing the “Clear” button completely erases the canvas, so be careful.

Pushing “Reset” button make a canvas on the initial position (i.e., no rotation).
⇒Pushing the “Reset” button returns the canvas to its initial position (i.e., unrotated.)

You can periodically check a newer version of the application from “Update” button.
⇒You can periodically check for a newer version of the application using the “Update” button.

You can follow the instructon to update (everything will go automatically).
⇒Just follow the instructions to update (everything will go automatically.)

I am looking forward to your images on the demo gallery.
⇒I am looking forward to adding your images to the demo gallery.

If you have a nice pics, send them to the following address.
⇒If you have a nice picture, send it to the following address. OR If you have some nice pictures, send them to the following address.

No-rotating image with a background color (i.e., 2D-like)
⇒An unrotated image with a background (i.e., 2D-like)

Rotated image with a background color (i.e., 3D-like)
⇒A rotated image with a background (i.e., 3D-like)

[AIR] Dot3D - ドット絵エディター3Dバージョン

Tags:

ドット絵エディターの3Dバージョン!!好きな角度に回転して画像保存(デスクトップにPNG形式で保存)できるのでドット絵マニアは使うといいね!今のところ16×16区画のみ。

» [AIR] Dot3D

追記 2008/09/25

背景(カラー)の表示・非表示機能を追加。ちょっとだけキャンバスを小さくした(500 -> 480 px)

[AIR] AirUpdaterUI.mxml

Tags:

AirUpdaterUI.mxml

なかなかシステマティックに完成したのでパッケージで公開。セールスポイントはAdobe AIR Update Frameworkの1/10以下のファイルサイズに収まっていること。あと今っぽくAjaxアニメーションで待ち時間を表示すること。AjaxローディングアイコンはAjaxload - Ajax loading gif generatorで作成した。暇なときにでも表示アイコンを増やそうと思う。

AIRアプリケーションのオートアップデートライブラリ(AirUpdater.as)にAjaxローディングアイコンを表示するUI(AirUpdaterUI.mxml)を組み込んだパッケージで以下の機能と利便性があります。

  1. AIRアプリケーションからそのアプリケーションの最新バージョンの有無をチェック
  2. 最新バージョンがあるようならその場でファイルをダウンロード、アップデートを行う(アプリケーションの上書き)。
  3. アップデート情報確認中、および実際のアップデート中にAjaxローディングアイコン(計8種類、選択可能)の表示
  4. アップデート情報のキャッシュを有効にすることでサーバーに負担をかけない設定が可能。
  5. 設定ActionScriptコマンドはわずか2行。
  6. わずか32kbと軽量 (Adobe AIR Update Frameworkは350kb)。

[AIR] AirUpdaterUI.mxml

Next Page →