Top Qs
Timeline
Chat
Perspective
OpenFL
Software framework for video games From Wikipedia, the free encyclopedia
Remove ads
OpenFL is a free and open-source software framework and platform for the creation of multi-platform applications and video games.[5][6] OpenFL applications can be written in Haxe, JavaScript (EcmaScript 5 or 6+), or TypeScript,[7] and may be published as standalone applications for several targets including iOS, Android, HTML5 (choice of Canvas, WebGL, SVG or DOM), Windows, macOS, Linux, WebAssembly, Flash, AIR, PlayStation 4, PlayStation 3, PlayStation Vita, Xbox One, Wii U, TiVo, Raspberry Pi, and Node.js.[8]
Remove ads
The most popular editors used for Haxe and OpenFL development[9] are:
- Visual Studio Code (with plugin)
- HaxeDevelop (supports code folding, code refactoring and interactive debugging[10])
- Sublime Text (with plugin)
- IntelliJ IDEA (with plugin)
OpenFL contains Haxe ports of major graphical libraries such as Away3D,[11][12][13] Starling,[14][15] Babylon.js,[16] Adobe Flash and DragonBones.[17][18] Due to the multi-platform nature of OpenFL, such libraries usually run on multiple platforms such as HTML5, Adobe AIR and Android/iOS.
More than 500 video games have been developed with OpenFL,[19] including Papers, Please, Rymdkapsel, Lightbot, Friday Night Funkin', and Madden NFL Mobile.
OpenFL was created by Joshua Granick and is actively administrated and maintained by software engineer, board member and co-owner, Chris Speciale.[20]
Remove ads
Technical details
Summarize
Perspective
OpenFL
OpenFL is designed to fully mirror the Flash API.[1][6] SWF files created with Adobe Flash Professional or other authoring tools may be used in OpenFL programs.[6]
OpenFL supports rendering in OpenGL, Cairo, Canvas, SVG and even HTML5 DOM. In the browser, WebGL is the default renderer but if unavailable then canvas (CPU rendering) is used.[21] Certain features (shape.graphics
or bitmapData.draw
) will use CPU rendering, but the display list remains GPU accelerated as far as possible.[21]
Lime
OpenFL uses the Lime library for low-level rendering. Lime provides hardware-accelerated rendering of vector graphics on all supported platforms.[22][21]
Lime is a library designed to provide a consistent "blank canvas" environment on all supported targets, including Flash Player, HTML5, Microsoft Windows, macOS, Linux, iOS, Android, consoles, set-top boxes and other systems.[21] Lime is a cross-platform graphics, sound, input and windowing library, which means OpenFL can focus on being a Flash API, and not handling all these specifics. Lime also includes command-line tools.[21]
Haxe
Haxe is a high-level cross-platform multi-paradigm programming language and compiler that can produce applications and source code, for many different computing platforms, from one code-base.[23][24][25][26] It is free and open-source software, distributed under the GNU General Public License (GPL) 2.0, and the standard library under the MIT License.
Haxe includes a set of common functions that are supported across all platforms, such as numeric data types, text, arrays, binary and some common file formats.[24][27] Haxe also includes platform-specific application programming interface (API) for Adobe Flash, C++, PHP and other languages.[24][28]
Haxe originated with the idea of supporting client-side and server-side programming in one language, and simplifying the communication logic between them.[29][30][31] Code written in the Haxe language can be source-to-source compiled into ActionScript 3, JavaScript, Java, C++, C#, PHP, Python, Lua[32] and Node.js.[24][27][33][34] Haxe can also directly compile SWF, HashLink and NekoVM bytecode.
Starling
The Haxe port of the Starling Framework runs on Stage3D and supports GPU-accelerated rendering of vector graphics.[21] It uses a custom Stage3D implementation, and does not require the OpenFL display list to work.[21][35]
Remove ads
References
See also
Wikiwand - on
Seamless Wikipedia browsing. On steroids.
Remove ads