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
    SuiteCRM
    SuiteCRM
    SuiteCRM is the award-winning Customer
    Relationship Management (CRM)
    application brought to you by authors
    and maintainers, SalesAgility. It is the
    world�s mos...
    Download SuiteCRM
  • 2
    Poweradmin
    Poweradmin
    Poweradmin is a web-based DNS
    administration tool for PowerDNS server.
    The interface has full support for most
    of the features of PowerDNS. It has full
    support...
    Download Poweradmin
  • 3
    Gin Web Framework
    Gin Web Framework
    Gin is an incredibly fast web framework
    written in Golang that can perform up to
    40 times faster, thanks to its
    martini-like API and custom version of
    httprout...
    Download Gin Web Framework
  • 4
    CEREUS LINUX
    CEREUS LINUX
    CEREUS LINUX basado en MX LINUX con
    varios entornos de escritorios. This is
    an application that can also be fetched
    from
    https://sourceforge.net/projects/cereu...
    Download CEREUS LINUX
  • 5
    Task Coach
    Task Coach
    Task Coach - Your friendly task
    manager. Task Coach is a free open
    source todo manager. It grew out of
    frustration about other programs not
    handling composite ...
    Download Task Coach
  • 6
    HyperSQL Database Engine (HSQLDB)
    HyperSQL Database Engine (HSQLDB)
    HSQLDB is a relational database engine
    written in Java, with a JDBC driver,
    conforming to ANSI SQL:2016. A small,
    fast, multithreaded engine and server
    with mem...
    Download HyperSQL Database Engine (HSQLDB)
  • More »

Linux commands

Ad