Skip to content

moojig12/42-MiniRT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

126 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Title: The name of your project.

42-miniRT

miniRT is a project from the 4th circle of The Core Curriculum in 42 Berlin. The purpose of this project is to dwelve deeper into graphical programming by developing a basic Raytracing program using minilibx. In our implementation of miniRT, we've referenced Pathtracing and made a functional bare bones program with basic controls for manipulating the scene.


Installation

  1. Check dependencies and install missing ones The project requires: - XShm extension must be present (package libxext-dev) - minilibx dependencies - Utility functions from BSD systems - development files (package libbsd-dev) - X11 include files (package xorg)

1.5 If missing any dependencies sudo apt-get install xorg sudo apt-get install libxcb1-dev libx11-xcb-dev libxext-dev libbsd-dev sudo apt-get install libx11-dev libxext-dev libbsd-dev libxrandr-dev libxi-dev sudo apt-get install libxpm-dev

  1. Compile with make
    • make

Usage: Instructions for using the project.

Features: Key highlights.

Contributing: Guidelines for contributors. License: Licensing information.

Acknowledgments: Optional credits.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors