Title: The name of your project.
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.
- 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
- Compile with make
make
Acknowledgments: Optional credits.