GitXplorerGitXplorer
w

luminatrix

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
54ef17ee7f428a3b354f958e8cc4f93a29ed549d

Initial commit.

wwingo committed 9 years ago

README

The README file for this repository.

Luminatrix

About Luminatrix

Luminatrix is a simple ray-tracer, written in Guile Scheme.

Copying

Distribution of Luminatrix is under the GPLv3+. See the LICENSE file for more information.

Building

Dependencies

Guile 2.0 or greater.

Build

git clone https://github.com/wingo/luminatrix
cd luminatrix
autoreconf -vif && ./configure && make && make check

It's just a hack

I don't plan on maintaining this software; right now it's just a hack. It could become something in the future, but currently it's nothing. As such, feel very free to take the code and do what you want with it. Happy hacking!