mmitch / raytrace

a simple Ray Tracing algorithm written in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RayTrace

Build Status Coverage Status GPL 3+

about

My go at a small Ray Tracer in Java.

The project homepage is at https://github.com/mmitch/raytrace/

usage

For now, see the de.cgarbs.raytrace.RayTrace test class.

build

Just run gradle, the project will configure, compile and then run the checks.

dependencies

  • Java 8
  • Gradle
  • further dependencies are fetched automatically, see build.gradle

future plans

  • do something useful!
  • add tests
  • document public interfaces

copyright

RayTrace - a simple Ray Tracing algorithm written in Java
Copyright (C) 2016 Christian Garbs mitch@cgarbs.de
Licensed under GNU GPL v3 (or later)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

About

a simple Ray Tracing algorithm written in Java


Languages

Language:Java 100.0%