Downloads

Please note that these are a pre-release versions. {version}


Source

Development version, including everything but the kitchen sink.

Check it out and build it yourself (you'll need python-ox):

    $ bzr branch http://code.0x2620.org/oxjs
    $ tools/build/build.py

Or download  OxJS.latest.source.tar.gz

Start with  OxJS/index.html. It's this website.


Build

Minified production version.

Download  OxJS.latest.build.tar.gz, or get Ox.js only:  Ox.js


Getting Started

<!DOCTYPE HTML>
<html>
    <head>
        <script type="text/javascript" src="OxJS/build/Ox.js"></script>
        <script>
            Ox.load(function() {
                // Your code here.
            });
        </script>
    </head>
    <body></body>
</html>

For the development version, use OxJS/dev/Ox.js instead. And to include Ox.UI, start with Ox.load('UI', function() { ... }).


License

Dual-licensed, GPL/MIT.