LibXenon

From Xenon Wiki
Revision as of 02:02, 12 March 2010 by imported>Jamiec (Created page with '== 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 fre…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

[libxenon git repository browser]

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 Libxenonexamples page.

Retrieved from "http://www.free60.org/Libxenon"