-
In file included from srcs/check_scene.c:13:
In file included from srcs/../includes/parser.h:20:
srcs/../includes/minirt.h:16:11: fatal error: '../MinilibX/sierra/mlx.h' file not found
# include ".…
-
Salut, j'ai suivis les instructions pour la minilibx sur ubuntu, mais quand j'éssaye de la compiler, voici ce que j'obtient dernierement:
```
Package libbsd was not found in the pkg-config search …
-
Hey This is what i have when i try to compile minilibx.
```
Package libbsd was not found in the pkg-config search path.
Perhaps you should add the directory containing `libbsd.pc'
to the PKG_CONFI…
-
- [ ] [**mlx animations**](https://pulgamecanica.herokuapp.com/posts/mlx-animations)
- [x] Makefile
- [x] get_started_pack
- [x] simple animation: rectangle and circle (both for MiniLibX…
-
Hola Hola.
First, good job for your parsing that i understand better than my own!
it's clear and well made (on my very humble opinion)
I'm using Linux at home, so I'm gonna make some chan…
-
-
-
https://github.com/sirhcofe/minirt/blob/458c8ce738501bb80e7e7264597ee9706dbf3a50/src/driver/draw.c#L15
One of the things I didn't do, but hoped I did, in my own project, was the use of union when i…
-
-
Bonjour,
When I clone and try to run the Make all, I get the following error:
```
clang -Wall -Wextra -Werror -g -I./inc/ -I./mlx_linux/ -c src/ft_check.c -o src/ft_check.o
In file included from…