Coder Social home page Coder Social logo

raytracah's Introduction

RaytracaH

Circle CI Build Status

RaytracaH is ray tracer written in Haskell using functional approach.

Current version is in very early stage and more features are to come soon.

Features

  • Ray tracing scene with simple shapes (for now only sphere and plane are implemented)
  • Different types of lights on the scene, in current version there are two types: directional light and point light
  • Movable camera
  • Materials on primitives with diffuse color, specular and reflective factors
  • Configuration and rendered input readable from file in *.json format
  • Output is written to *.ppm file format

More features are to come in next versions which will be released soon.

Screenshots

Screenshot Screenshot

Usage

RaytracaH uses stack as project build tool. To build and run it you will need to have latest version of stack installed in your system.

For now, running ray tracer is possible through small demo app in Main package. It takes configuration and scene files as input from conf/ directory and produces output to default localization.

Feel free to play with demo's code. In one of next versions RaytracaH will be available as a library.

TODO

  • Optimization
  • More primitive types
  • Lights with colors
  • Textures
  • Antialiasing (with supersampling for example)
  • Randomized rays reflections for more realistic effect (simulating rough surfaces)
  • Transparency and light rays refraction
  • Optional support for constructive solid geometry

Licence

The RaytracaH is released under version 2.0 of the Apache License.

raytracah's People

Contributors

rafalnowak avatar

Watchers

James Cloos avatar jelly avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.