test various mlx versions with test cases, choose most appropriate version for our cub3d.
- Unzip .tgz file you want to test.
- move mlx_dir to root directory.
- rename your mlx_dir to mlx.
- compile and test.
- unzip .tgz command tar -xvf filename.tgz
How to compile dylib
- make dylib.
- move filename.dylib in your root directory.
- compile with flag.
- compile flag gcc -I. -L. -lmlx -framwork Metal -framwork MetalKit
-Ldir = directory which your .dylib locate. -llib = name of your library.