Files
MacroLibX/README.md
2022-10-05 17:08:36 +02:00

538 B

MicroLibX

A rewrite of School 42's MiniLibX using SDL2 and Vulkan. The goal of this version is to give a light, fast and modern graphical tool while keeping the same API as the version currently used at 42.

Installation

Linux

  1. Necessary packages :

For Ubuntu/Debian

~ sudo apt update
~ sudo apt install libsdl2-2.0-0 libsdl2-dev build-essential

For Arch based distros

~ sudo pacman -S sdl2
  1. Get MicroLibX
~ git clone https://github.com/420verfl0w/MicroLibX.git
~ cd MicroLibX
~ make