1
0
mirror of https://github.com/Halofreak1990/XFXFramework synced 2024-12-26 13:49:34 +01:00
Tom Lint 742b77c545 Updated project setup
Tidied-up SpriteBatch header- and source file
2014-08-03 22:44:44 +02:00
2014-08-03 22:44:44 +02:00
2014-08-03 22:44:44 +02:00
2013-05-05 18:18:41 +02:00
2013-08-11 22:41:39 +02:00
2013-08-20 11:14:55 +02:00
2014-07-24 17:27:55 +02:00

XFXFramework

C++ implementation of XNA For XBOX

XFX, or XNA for XBOX is an implementation of XNA 4.0, written in C++ for Microsofts XBOX console. It's written on top of OpenXDK, the open source, free, legal XBOX Development Kit.

XFX is an attempt to bring development for the original XBOX 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

Contents

As of this writing, XFX Contains the following libraries:

  • libmscorlib - Provides the necessary classes found in mscorlib.dll to support the other libraries
  • libSystem - Implements any types in the System.dll required by the other libs
  • libSystem.Windows - A re-implementation of the System.Windows.dll found on Windows Phone, to allow the creation of GUI-driven applications
  • libSystem.Xml - Implements the functions found in System.Xml.dll and System.Xml.Serialization.dll
  • libXFX - Implements the functions found in Microsoft.Xna.Framework.dll
  • libXFX.Game - Implements the functions found in Microsoft.Xna.Framework.Game.dll

XFX Supports loading assets both from precompiled .XNB files and most XNA-compatible formats.

Description
A replica of Microsoft's XNA Framework, written in C++ to facilitate easy game development on the original XBOX console.
Readme 1.5 MiB
Languages
C++ 74.1%
C 25.3%
Makefile 0.6%