Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 692 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 692 Bytes

OpenXDK

OpenXDK is an Open Source, Free, Legal Xbox Development Kit. OpenXDK is being developed to facilitate hobbyist and "homebrew" coding for the Microsoft XBox.

In summary, it has the following features:

  • Working libc layer (fopen, malloc, times, etc). alloca is not supported... yet.
  • Multimedia support via SDL
  • Gamepad controller support
  • Audio support

For more documentation, see the doc directory.

This project is a continuation of the original, found at SourceForge, as the original project is no longer actively maintained.