gameswf

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
gameswf
Written in C++
Operating system Microsoft Windows, OS X, Linux
Type Library
License Public domain
Website www.tulrich.com/geekstuff/gameswf.html

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 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.

References

  1. Lua error in package.lua at line 80: module 'strict' not found.

External links

<templatestyles src="Asbox/styles.css"></templatestyles>