LibXenon: Difference between revisions

From Xenon Wiki
Jump to navigation Jump to search
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…')
 
imported>Stoker25
mNo edit summary
Line 1: Line 1:
== Summary ==  
= 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.  
'''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 =
== Getting libxenon ==
'''libXenon''' is work-in-progress, and is available from the [http://free60.git.sourceforge.net/git/gitweb.cgi?p=free60/libxenon;a=tree;f=libxenon free60 git server]
 
'''libxenon''' is work-in-progress, and is available from the free60 git server.
 
[[http://free60.git.sourceforge.net/git/gitweb.cgi?p=free60/libxenon;a=tree;f=libxenon libxenon git repository browser]]  


You can check out the source code using git with the following command:  
You can check out the source code using git with the following command:  
Line 14: Line 10:
(Windows users may want to try TortoiseGit)  
(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


== Support ==
= Sample Code =
 
Example code illustrating '''libXenon''' use can be found on the [[LibXenon Examples]] page.
'''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"

Revision as of 23:22, 9 August 2010

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.