Download binaries

nuiDemo

a simple app that plays an audio sequence
and lets the user control the sound.

- download for Mac OS X - 7 MB (Universal Binary)
- download for Windows 32bits - 2.1 MB
- download for Windows 64bits - 3.3 MB
- nuiDemo for iPhone: download source code and compile,
using the nuiPhoneDemo xcode project.

yapuka

a developer tool with a nui project generator.
Very useful, spare a lot of time!

- download for Mac OS X - 5.4 MB (Universal Binary)
- download for Windows 32bits - 1.7 MB
- download for Windows 64bits - 2.2 MB

Download source code with subversion

The NUI source code is now maintained through a svn server.
If you need to learn this tool: http://svnbook.red-bean.com/

You can check out the anonymous svn head here: svn://libnui.net/nui/trunk/nui3
Using the svn command line: svn co svn://libnui.net/nui/trunk/nui3

If you used to have write access to the former repository, please send us an email (support at libnui dot net), with your contact info and an ssh public key so that I can create your account on the machine.

The writable repository is here: svn+ssh://libnui.net/nui/trunk/nui3
Old versions of ngl and nui have been moved to /backups in the repository, but the old gna cvs can still serve you these files for the moment.

You can browse the source code using the viewvc service.

Tips

• You can go to our development & documentation web site to get the lastest info and subscribe to the mailling lists.

• An nui project generator, for Xcode and Visual Studio, can be found in the Yapuka application, in the tools folder of the source code directory. You will save some time using it.

• Several sample programs can be found in the tutorials folder of the source code directory. They will help you to understand how to develop an nui application.

• You can check out the Wiki section of the development & documentation web site. You will find usefull documentation to get started.