gameswf
![]() | This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Original author(s) | Thatcher Ulrich |
---|---|
Written in | C++ |
Operating system | Microsoft Windows, OS X, Linux |
Type | Library |
License | Public domain |
gameswf (pronounced "game swiff") is an open-source public domain library for parsing and rendering SWF movies, using 3D hardware APIs for rendering. It is designed to be used as a UI library for video games.
It is written in C++, and compiles under Microsoft Windows, OS X, Linux, iOS and Android, using GCC and MSVC. It includes code for rendering with OpenGL ES. The rendering module is factored out so that the code can be ported to other APIs.
gameswf is used by other open source projects such as Gnash. It is also used in Oddworld: Stranger's Wrath[1] and many Gameloft games to display user interface screens and menus such as the player's inventory.
gameswf is a prototype of Scaleform GFx,[2] advanced cross-platform GUI solution.
References
External links
- No URL found. Please specify a URL here or add one to Wikidata.
- Realtime video compositing software using gameswf
Categories:
- Articles lacking reliable references from November 2016
- All articles lacking reliable references
- Articles needing additional references from November 2016
- All articles needing additional references
- Adobe Flash
- Free software programmed in C++
- Graphics-related software for Linux
- MacOS graphics software
- MacOS programming tools
- Public-domain software with source code
- Windows graphics-related software
- Free and open-source software stubs