You are here: Home / About / Legacy software page

Legacy software page

Terms + Disclaimer

By downloading you accept these terms:

Though every precaution has been taken to ensure the quality of the programs, you download at your own risk:

RADIANCE-ONLINE AND THE MAINTAINERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE MAINTAINERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Software Download

Radiance is available at no cost both in source code and as compiled binaries.

Read the current Radiance license before downloading.

Download official release from this server

Should you experience trouble with pre-compiled binaries (e.g. missing shared libraries), try compiling the stuff yourself. Give it a try. It is easy and only requires an ANSI-C compiler:
Download officially released version 4R0 (rad4R0all.tar.gz) (source code and libraries with CSAIL objects)
unpack with gunzip < rad4R0all.tar.gz | tar xf -
change to sub-directory ray and type ./makeall install
You're all set and the rest of this text shouldn't bother you, unless you're looking for compiled binaries, or the very latest, patched versions (CVS snapshots).

Download from alternate

Lawrence Berkeley National Lab (LBNL) website (Smaller distribution without CSAIL library objects)

Download newer CVS snapshots from this server

  1. As an alternative, download an automatically generated archive, which is a nightly (approx at 05:00 UTC) snapshot of the CVS software management system used to track Radiance development. On UNIX you have the choice of a gzipped tar file or a bzip2 compressed cpio file, whatever you like. These snapshots require a second archive to be downloaded, containing files not in the CVS system, these extra files are termed auxiliary archive.

  2. download the auxiliary archive (see below)

  3. unpack - on UNIX, unpack both archives (tar balls) (unpacks to directory ray) :
    gunzip <
    file | tar xf -

  4. compile:

    • on UNIX: cd ray; ./makeall install

    • on Windows: use Georg Mischler's SCons scripts and see instructions by Francesco Anselmo

Source code archives and patch files

latest version
may not be not fully tested,
but has bugs fixed


packaged files of the HEAD CVS tag,
choose archive type to your liking:
changes from last official release
to current
HEAD version

gzipped tar

bzip2 cpio

radiance-HEAD.tgz radiance-HEAD.cpio.bz2

list of changed files

patchfile

diff_HEAD_rad4R0.txt diff_HEAD_rad4R0.patch

plus auxiliary files (choose one archive type -- includes CSAIL objects)

auxiliary files (e.g. images)

rad4R0supp.tar.gz

rad4R0supp.tar.bz2


Note: Since January 2005, the tiff library shipped with these auxilary files contains LZW compression again, since the infamous LZW patent, claimed by Unisys, expired.
Stop software patents. They strangle public domain software. And that's what is serving you right now.

Compile options Folks compiling source code:

Check your compiler man page for optimizing options (you probably already done so). For example, using gcc on machines with an Intel Pentium-3/4 or AMD Athlon, setting -O3 -march=pentium3 -mfpmath=sse cuts rendering times approximate by 5% since it uses SSE instructions over standard "387" floating point instructions (current as of October 2004). Other modern cpu architectures offer similar potential. Your mileage may vary and I recommend to compare optimized results with the standard version, - just in case.

Contributing code

See contribute-howto.html

Links to compiled binaries

platform

location
binary packages (other Internet sites - no responsibility for their content)

maintainer

Linux Ubunto 7.10

http://radsite.lbl.gov/radiance/dist/rad4R0_linux.tar.gz, rad4R0 release

Francesco Anselmo

Mac OS X (10.4+ Universal)

http://radsite.lbl.gov/radiance/dist/rad4R0_macosx.tar.gz, rad4R0 release

Greg Ward

Windows (using Mingw)

http://www.bozzograo.net/radiance/modules.php?op=modload&name=Downloads&file=index&req=viewdownload&cid=4

Francesco Anselmo


Compiled Radiance on a new platform ? Sent an email to the mailing list to be added here. Thanks!

by DEFuller – last modified Aug 08, 2012 03:45 PM