8000 GitHub - tkomatsu/miniRayTracer: Simple renderer wrtten in C. Running o ray tracing.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tkomatsu/miniRayTracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

miniRayTracer

Description

This program is to generate images using raytracing.

Sample image

Requirement

MacOS

  • Command Line Tools

Linux(Ubuntu)

  • minilibx-linux
  • gcc
  • make
  • X11 include files (package xorg)
  • XShm extension (package libxext-dev)
  • Utility funcrtions from BSD systems - development files (package libbsd-dev)

Installation

git clone --recursive https://github.com/tkomatsu/miniRayTracer
cd miniRT
make

Usage

Generate image in window

./miniRT <rt filepath>

Generate BMP file

./miniRT <rt filepath> --save

There are some sample files in scene

Authors

  • Tatsuhiro Komatsu

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Simple renderer wrtten in C. Running o ray tracing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0