1
0
mirror of https://github.com/Halofreak1990/XFXFramework synced 2024-12-26 13:49:34 +01:00
Tom Lint 81af66d336 Code Audit
Replaced all copyright symbols with (c) to improve cross-platform
reading
Added classes to XFX::Audio namespace
Added and updated classes in XFX::Graphics namespace
Updated event function signature
Replaced const char* ToString() with const String& ToString()
2013-06-02 14:32:43 +02:00
2013-06-02 14:32:43 +02:00
2013-06-02 14:32:43 +02:00
2013-05-05 18:18:41 +02:00
2013-06-02 14:32:43 +02:00
2013-05-30 13:55:10 +02:00
2013-05-30 13:55:10 +02:00

XFXFramework

C++ implementation of XNA For XBOX

XFX, or XNA for XBOX is an implementation of XNA, 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

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%