Skip to content

Create EASTRAY retro raytracer cross platform installation

License

Notifications You must be signed in to change notification settings

v-joe/eastray-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

eastray-setup

Script to download DOS extender and freeware EASTRAY raytracer (originally developed for the FM Towns) and set up wrapper script to run EASTRAY from the command line via DOSBox on any platform supporting DOSBox.

Running bash download.sh, a sub folder eastraydownload is going to be created. eastray.sh inside that folder can be used to launch EASTRAY.

Syntax: eastray.sh [-v] path/scene.ray

The optional parameter -v shows the progress on raytraced scanlines; leaving it out no DOSBox window will be opened and EASTRAY will run silently.

TIFF files

EASTRAY can read and write both 32K and 16.7M color TIFF images. 32K color TIFFs were commonly used on the FM Towns and can be converted to and from PNG with tiff32k2png and png2tiff32k. For high-quality picture output from EASTRAY, 16.7M color TIFF images are recommended; corresponding 24-bit output can be set in EASTRAY scene files via

output_mode
  24
   0 ;
output outputfile.tif ;

About

Create EASTRAY retro raytracer cross platform installation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages