mirror of
https://github.com/Halofreak1990/XFXFramework
synced 2024-12-26 13:49:34 +01:00
12 lines
798 B
Markdown
12 lines
798 B
Markdown
|
# XFXFramework
|
||
|
## C++ implementation of XNA For XBOX
|
||
|
|
||
|
XFX, or [XNA](http://en.wikipedia.org/wiki/Microsoft_XNA) for [XBOX](http://en.wikipedia.org/wiki/Xbox_(console)) is an implementation of [XNA](http://en.wikipedia.org/wiki/Microsoft_XNA), written in C++ for Microsofts [XBOX](http://en.wikipedia.org/wiki/Xbox_(console)) console.
|
||
|
It's written on top of [OpenXDK](http://sourceforge.net/projects/openxdk/), the open source, free, legal XBOX Development Kit.
|
||
|
|
||
|
XFX is an attempt to bring development for the original [XBOX](http://en.wikipedia.org/wiki/Xbox_(console)) console to the masses by wrapping all low-level code in the familiar XNA classes.
|
||
|
Being written in C++ allows XFX to be lightweight and as close to the hardware as possible.
|
||
|
|
||
|
Compiling XFX requires at least OpenXDK version 0.7
|
||
|
|