- [ ] [**mlx animations**](https://pulgamecanica.herokuapp.com/posts/mlx-animations) - [x] Makefile - [x] get_started_pack - [x] simple animation: rectangle and circle (both for MiniLibX and MLX42) - [ ] sprites --- - [ ] **MLX starter pack** - [x] Understand the difference between the three different versions of MiniLibX we can download - [ ] Install and read the man pages - [x] install - [ ] read - [x] t_img in mlx_int.h vs t_img in the tutorial --- - [ ] **MiniLibX Tutorial** - [x] introduction - [x] window - [x] images (we draw just a pixel) - [x] events (just red cross closing) - [ ] the canvas game