Coder Social home page Coder Social logo

mediabuff / xfxframework Goto Github PK

View Code? Open in Web Editor NEW

This project forked from halofreak1990/xfxframework

0.0 1.0 0.0 10.03 MB

A replica of Microsoft's XNA Framework, written in C++ to facilitate easy game development on the original XBOX console.

C 24.74% C++ 74.59% Objective-C 0.03% Makefile 0.64%

xfxframework's Introduction

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.

xfxframework's People

Contributors

halofreak1990 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.