Qiita Conference 2025

tenntenn (@tenntenn)

好奇心を原動力に行動するソフトウェアエンジニアになるために

8
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Haxeのターゲット一覧

Last updated at Posted at 2013-04-14

Haxeで書いたプログラムはいろんな言語に変換できるよ!
いろんな環境で動作するよ!

JavaScript

快適にJavaScriptの開発ができる。Node.js用のライブラリとかもある。

Getting started with Haxe/JS - Haxe
http://haxe.org/doc/start/js

Flash/AIR

AS3と同じような感覚でFlashが作れる。AIRにも対応してるので、Android、iOSでも動く。

Getting started with Haxe/Flash - Haxe
http://haxe.org/doc/start/flash

C++

C++だけど、ガーベジコレクションとかもやってくれる。

Getting started with Haxe/C++ - Haxe
http://haxe.org/doc/start/cpp

PHP

Getting started with Haxe/PHP - Haxe
http://haxe.org/doc/start/php

Java

Haxe3から正式にサポート
Getting started with Haxe/Java - Haxe
http://haxe.org/doc/start/java

C Sharp

Haxe3から正式にサポート

Targeting the C# Platform - Haxe
http://haxe.org/doc/targets/csharp

Neko

Haxeと同じ開発元のVM。Windows, Mac, Linux上で動く。

Getting started with Haxe/Neko - Haxe
http://haxe.org/doc/start/neko

OpenFl(旧NME)

OpenFlはFlash出力と同じソースコードから、JavaScript、C++、Neko出力を行って、PCネイティブ(Windows、Mac、Linux)、スマートフォンネイティブ(iOS、Android、BlackBerryなど)、ブラウザ上(HTML5、Flash)などで動くアプリケーションを生成出来るすごいフレームワーク。

Tamarin

Unity3D

Objective-C

https://github.com/ralcr/haxe-objective-c-target
http://www.slideshare.net/SilexLabs/hxobjc
開発中

Rust

https://github.com/TopHattedCoder/haxe-rust
開発中

8
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up

Qiita Conference 2025 will be held!: 4/23(wed) - 4/25(Fri)

Qiita Conference is the largest tech conference in Qiita!

Keynote Speaker

ymrl、Masanobu Naruse, Takeshi Kano, Junichi Ito, uhyo, Hiroshi Tokumaru, MinoDriven, Minorun, Hiroyuki Sakuraba, tenntenn, drken, konifar

View event details
8
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?