LibXenon

From Xenon Wiki
Revision as of 23:22, 9 August 2010 by imported>Stoker25
Jump to navigation Jump to search

Summary

libXenon is a library for writing programs for the Xbox 360, without using any existing code as a basis. That means that the resulting binaries should be free code, and don't contain stuff which would be illegal to distribute. This also means that you don't have to rely on Linux, which gives some advantages regarding system utilization.

Getting libXenon

libXenon is work-in-progress, and is available from the free60 git server

You can check out the source code using git with the following command:

git clone git://free60.git.sourceforge.net/gitroot/free60/libxenon (Windows users may want to try TortoiseGit)

Support

libXenon (or devkitxenon) stuff is best discussed in #free60-noos on the OFTC IRC network , irc://irc.oftc.net/free60-noos

Sample Code

Example code illustrating libXenon use can be found on the LibXenon Examples page.