EnglishFrenchSpanish

OnWorks favicon

Rayshade download for Linux

Free download Rayshade Linux app to run online in Ubuntu online, Fedora online or Debian online

This is the Linux app named Rayshade whose latest release can be downloaded as rayshade-4.0.9.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.

Download and run online this app named Rayshade with OnWorks for free.

Follow these instructions in order to run this app:

- 1. Downloaded this application in your PC.

- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 3. Upload this application in such filemanager.

- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.

- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 6. Download the application, install it and run it.

SCREENSHOTS

Ad


Rayshade


DESCRIPTION

now gnu-ized, gcc-4.7.4 or gcc-10.2.0

A raytracer does not require custom code for (shadows, mirrors) like GL: it uses physics to simulate light to make realistic images, leaving one to specify only what is in the scene. (at a cost of speed)

Rayshade is a 1990's raytracer, a great one back then (and still useful).

Rayshade has an excellent easy to read yet informative User's Guide that other's could not help but copy from. (html of guide is in rayshade-4.0-ftp-and-guide.tar.gz)

Rayshade has no GUI but as a text language it's simple and elegant.

---

The Utah Raster Toolkit 'liburt' is "optional" (see Files) and needed to see your output and adds alpha texures: see NEWS. (do NOT use URT with Rayshade-Mathematica, it likes raw rgb).

export CFLAGS="$CFLAGS -DPOPEN -DUSE_CPP"
[ -n "$WITH_URT" ] && {
CFLAGS="$CFLAGS -I/usr/local/include -DURT"
LDFLAGS="$LDFLAGS -L/usr/local/lib64"
LIBS=" /usr/local/lib64/librle.a
export LDFLAGS LIBS
}
sh ./configure



Features

  • NEWS! rayshade-4.0.9 is an easy automake build
  • gnu compile: ./configure ; make [-DURT] ; make install
  • can compile without unix: cd src ; cp /tmp/config.h . || touch config.h ; cc -c *.c ; cc *.o -o rayshade
  • no "depends" required: it is a stand-alone commandline tool
  • rayshade-4.0.9 builds rayshade binary only, it is not mean to build/install "all rayade related materials" (see homepage and rayshade-whole-site-4.0.tar.gz)
  • NEWS! bins now also provided separately (i386 libc6 linux)
  • see also:
  • http://sourceforge.net/projects/rayshade-math/
  • rayshade-4.0.9 is not released by Craig Kobold (cek), however the re-release does not demand extra license
  • https://github.com/cek/rayshade4 may Craig Kobold's (i cannot verify) git. note it is for old unix (ex 1990 makefile, not portable)
  • povray http://www.povray.org is another popular raytracer
  • http://sourceforge.net/projects/utahrastertoolkit/
  • (the config.h used for "non-unix compile" is in download area, but may work if empty)
  • the linux bin in download area depends only on libc6,libm (minimal linux gcc depends, i486, very compatible for most)
  • note: old DOS binary may work for those hard up to try it (but image viewer that knows .rle is still required)

User interface

Command-line


Programming Language

C, Project is a programming language


Categories

3D Rendering

This is an application that can also be fetched from https://sourceforge.net/projects/rayshade/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Free Pascal Compiler
    Free Pascal Compiler
    A 32/64/16-bit Pascal compiler for
    Win32/64/CE, Linux, Mac OS X/iOS,
    Android, FreeBSD, OS/2, Game Boy
    Advance, Nintendo NDS and DOS;
    semantically compatible wi...
    Download Free Pascal Compiler
  • 2
    Canon EOS DIGITAL Info
    Canon EOS DIGITAL Info
    Canon doesn�t have shutter count
    included on the EXIF information of an
    image file, as opposed to Nikon and
    Pentax. There�s no official Canon based
    application ...
    Download Canon EOS DIGITAL Info
  • 3
    rEFInd
    rEFInd
    rEFInd is a fork of the rEFIt boot
    manager. Like rEFIt, rEFInd can
    auto-detect your installed EFI boot
    loaders and it presents a pretty GUI
    menu of boot option...
    Download rEFInd
  • 4
    ExpressLuke GSI
    ExpressLuke GSI
    This SourceForge download page was to
    grant users to download my source built
    GSIs, based upon phhusson's great
    work. I build both Android Pie and
    Android 1...
    Download ExpressLuke GSI
  • 5
    Music Caster
    Music Caster
    Music Caster is a tray music player
    that lets you cast your local music to a
    Google Cast device. On the first run,
    you will need to click the arrow in your
    tas...
    Download Music Caster
  • 6
    PyQt
    PyQt
    PyQt is the Python bindings for
    Digia's Qt cross-platform
    application development framework. It
    supports Python v2 and v3 and Qt v4 and
    Qt v5. PyQt is avail...
    Download PyQt
  • More »

Linux commands

Ad