adding image optimizations control over make call

This commit is contained in:
Kbz-8
2023-08-09 13:50:33 +02:00
parent e98bd490b2
commit c1f3e49975
8 changed files with 58 additions and 38 deletions

View File

@@ -36,3 +36,13 @@ Dependances :
```bash
clang myApp.c MacroLibX/libmlx.so -lSDL2
```
## /!\ If you run into glitches when writing or reading pixels from images /!\
You need to add `IMAGES_OPTIMIZED=false` to your make mlx command
```bash
~ git clone https://github.com/420verfl0w/MacroLibX.git
~ cd MacroLibX
~ make IMAGES_OPTIMIZED=false
```