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
    PHP QR Code
    PHP QR Code
    PHP QR Code is open source (LGPL)
    library for generating QR Code,
    2-dimensional barcode. Based on
    libqrencode C library, provides API for
    creating QR Code barc...
    Download PHP QR Code
  • 2
    Freeciv
    Freeciv
    Freeciv is a free turn-based
    multiplayer strategy game, in which each
    player becomes the leader of a
    civilization, fighting to obtain the
    ultimate goal: to bec...
    Download Freeciv
  • 3
    Cuckoo Sandbox
    Cuckoo Sandbox
    Cuckoo Sandbox uses components to
    monitor the behavior of malware in a
    Sandbox environment; isolated from the
    rest of the system. It offers automated
    analysis o...
    Download Cuckoo Sandbox
  • 4
    LMS-YouTube
    LMS-YouTube
    Play YouTube video on LMS (porting of
    Triode's to YouTbe API v3) This is
    an application that can also be fetched
    from
    https://sourceforge.net/projects/lms-y...
    Download LMS-YouTube
  • 5
    Windows Presentation Foundation
    Windows Presentation Foundation
    Windows Presentation Foundation (WPF)
    is a UI framework for building Windows
    desktop applications. WPF supports a
    broad set of application development
    features...
    Download Windows Presentation Foundation
  • 6
    SportMusik
    SportMusik
    Mit dem Programm kann man schnell und
    einfach Pausen bei Sportveranstaltungen
    mit Musik �berbr�cken. Hierf�r haben sie
    die M�glichkeit, folgende Wiedergabvaria...
    Download SportMusik
  • More »

Linux commands

Ad