Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 1.94 KB

File metadata and controls

63 lines (44 loc) · 1.94 KB

MiniRT

Mlx기반 레이트레이싱 시뮬레이션

Table of Contents

Installation

Tested in MacOS

1. clone

git clone git@github.com:greatSweetMango/miniRT.git

2. build

single thread version :

make

multi thread version :

make bonus

If you want faster rendering, we recommend using the multi-thread version. Instructions on how to install the project.

For other operations, please refer to the Makefile.

3. excute

In your shell, run the following command

./minirt $(scenefile)

ex.

./minirt scenes/cylinder.rt

Usage

Use the files in the scene folder or create your own scene file.

scenes/cylinder.rt 스크린샷 2024-03-17 오전 12 33 31

and other scenes...

스크린샷 2024-03-17 오전 12 36 29 스크린샷 2024-03-17 오전 12 31 53 스크린샷 2024-03-17 오전 12 27 35 스크린샷 2024-03-17 오전 12 27 00 스크린샷 2024-03-17 오전 12 25 51