Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 698 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 698 Bytes

minimath

Mini linear algebra library for 42 School graphics projects.

42 is a private, non-profit and tuition-free Computer Science school based on peer-to-peer learning and hands-on projects.
All programs written in C follow 42 style guideline.

Disclaimer

This project was done for learning purposes and is thus not intended for production.

Requirements

This program was developed on Debian Linux.

  • make
  • gcc

Installation

Clone the repository, change it to your working directory and run:

$ make

Example usage

raytracer: a simple ray tracer in C.

License

See LICENSE for more information.