hollasch / ray4

Ray4 is a 4D raytracer original developed for my 1991 master's thesis in computer science

Home Page:http://hollasch.github.io/ray4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Four-Space Visualization of 4D Objects

4D Hypercube 4D Octahedron Hypersphere Slices Hyperspheres

This repository contains my 1991 thesis (converted to HTML from the original nroff sources), as well as the original code for my 4D wireframe viewer and my 4D raytracer.

The thesis is now a single all-inclusive HTML file: Four-Space Visualization of 4D Objects.

See the thesis/ directory for my thesis source files and associated material.

Wire4

wire4 is my 4D wireframe viewer. It was written to run on an SGI Iris workstation. It reads in arbitrary 4D wireframes from a simple text file and displays them interactively. The code has not been maintained, though, and will not run on most modern computers.

Ray4

ray4 is the 4D raytracer. It is written in standard C, and reads from and writes to standard output, so should be able to run on most computers. The output is a 3D RGB image that can be displayed with a variety of methods.

GitHub Notes

You can send any questions to me at steve@hollasch.net. Also, now that GitHub has a discussions feature, feel free to start a conversation in the discussions section.

Other 4D Work

I'm contacted from time to time by others who have referenced my thesis or are embarking on 4D visualization work of their own. Here are links to other work I've seen.

About

Ray4 is a 4D raytracer original developed for my 1991 master's thesis in computer science

http://hollasch.github.io/ray4

License:MIT License


Languages

Language:PostScript 51.7%Language:C 25.3%Language:HTML 12.2%Language:Shell 10.2%Language:Makefile 0.6%Language:CMake 0.1%Language:CSS 0.0%