mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 06:33:35 +00:00
adding imputs system
This commit is contained in:
28
README.md
git.filemode.normal_file
28
README.md
git.filemode.normal_file
@@ -0,0 +1,28 @@
|
||||
# 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
|
||||
```bash
|
||||
~ sudo apt update
|
||||
~ sudo apt install libsdl2-2.0-0 libsdl2-dev build-essential
|
||||
```
|
||||
|
||||
For Arch based distros
|
||||
```bash
|
||||
~ sudo pacman -S sdl2
|
||||
```
|
||||
|
||||
2. Get MicroLibX
|
||||
|
||||
```bash
|
||||
~ git clone https://github.com/420verfl0w/MicroLibX.git
|
||||
~ cd MicroLibX
|
||||
~ make
|
||||
```
|
||||
Reference in New Issue
Block a user