Wall orientation and see through wall

This commit is contained in:
Angel Ortigosa Perez
2026-01-25 15:58:40 +01:00
parent ccde6227cb
commit bec53b6484
155 changed files with 55 additions and 37 deletions

0
lib/mlx/.editorconfig Normal file → Executable file
View File

0
lib/mlx/.gitattributes vendored Normal file → Executable file
View File

0
lib/mlx/.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file → Executable file
View File

0
lib/mlx/.github/ISSUE_TEMPLATE/feature_request.md vendored Normal file → Executable file
View File

0
lib/mlx/.github/workflows/ci.yml vendored Normal file → Executable file
View File

0
lib/mlx/.github/workflows/wasm.yml vendored Normal file → Executable file
View File

0
lib/mlx/.gitignore vendored Normal file → Executable file
View File

0
lib/mlx/CMakeLists.txt Normal file → Executable file
View File

0
lib/mlx/CODE_OF_CONDUCT.md Normal file → Executable file
View File

0
lib/mlx/CONTRIBUTING.md Normal file → Executable file
View File

0
lib/mlx/LICENSE Normal file → Executable file
View File

0
lib/mlx/README.md Normal file → Executable file
View File

0
lib/mlx/SECURITY.md Normal file → Executable file
View File

0
lib/mlx/cmake/Findglfw3.cmake Normal file → Executable file
View File

0
lib/mlx/cmake/LinkGLFW.cmake Normal file → Executable file
View File

0
lib/mlx/docs/42.md Normal file → Executable file
View File

0
lib/mlx/docs/Basics.md Normal file → Executable file
View File

0
lib/mlx/docs/Colors.md Normal file → Executable file
View File

0
lib/mlx/docs/Functions.md Normal file → Executable file
View File

0
lib/mlx/docs/Hooks.md Normal file → Executable file
View File

0
lib/mlx/docs/Images.md Normal file → Executable file
View File

0
lib/mlx/docs/Input.md Normal file → Executable file
View File

0
lib/mlx/docs/Shaders.md Normal file → Executable file
View File

0
lib/mlx/docs/Textures.md Normal file → Executable file
View File

0
lib/mlx/docs/XPM42.md Normal file → Executable file
View File

0
lib/mlx/docs/assets/demo.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 4.7 MiB

After

Width:  |  Height:  |  Size: 4.7 MiB

0
lib/mlx/docs/assets/logo.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

0
lib/mlx/docs/assets/python.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 75 KiB

0
lib/mlx/docs/index.md Normal file → Executable file
View File

0
lib/mlx/ffi/python/.gitignore vendored Normal file → Executable file
View File

0
lib/mlx/ffi/python/README.md Normal file → Executable file
View File

0
lib/mlx/ffi/python/example.py Normal file → Executable file
View File

0
lib/mlx/ffi/python/libmlx.py Normal file → Executable file
View File

0
lib/mlx/include/KHR/khrplatform.h Normal file → Executable file
View File

0
lib/mlx/include/MLX42/MLX42.h Normal file → Executable file
View File

0
lib/mlx/include/MLX42/MLX42_Int.h Normal file → Executable file
View File

0
lib/mlx/include/glad/glad.h Normal file → Executable file
View File

0
lib/mlx/include/lodepng/lodepng.h Normal file → Executable file
View File

0
lib/mlx/lib/glad/glad.c Normal file → Executable file
View File

0
lib/mlx/lib/png/lodepng.c Normal file → Executable file
View File

0
lib/mlx/shaders/default.frag Normal file → Executable file
View File

0
lib/mlx/shaders/default.vert Normal file → Executable file
View File

0
lib/mlx/src/font/font.h Normal file → Executable file
View File

0
lib/mlx/src/font/mlx_font.c Normal file → Executable file
View File

0
lib/mlx/src/mlx_cursor.c Normal file → Executable file
View File

0
lib/mlx/src/mlx_exit.c Normal file → Executable file
View File

0
lib/mlx/src/mlx_images.c Normal file → Executable file
View File

0
lib/mlx/src/mlx_init.c Normal file → Executable file
View File

0
lib/mlx/src/mlx_keys.c Normal file → Executable file
View File

0
lib/mlx/src/mlx_loop.c Normal file → Executable file
View File

0
lib/mlx/src/mlx_monitor.c Normal file → Executable file
View File

0
lib/mlx/src/mlx_mouse.c Normal file → Executable file
View File

0
lib/mlx/src/mlx_put_pixel.c Normal file → Executable file
View File

0
lib/mlx/src/mlx_window.c Normal file → Executable file
View File

0
lib/mlx/src/textures/mlx_png.c Normal file → Executable file
View File

0
lib/mlx/src/textures/mlx_texture.c Normal file → Executable file
View File

0
lib/mlx/src/textures/mlx_xpm42.c Normal file → Executable file
View File

0
lib/mlx/src/utils/mlx_compare.c Normal file → Executable file
View File

0
lib/mlx/src/utils/mlx_error.c Normal file → Executable file
View File

0
lib/mlx/src/utils/mlx_list.c Normal file → Executable file
View File

0
lib/mlx/src/utils/mlx_utils.c Normal file → Executable file
View File

0
lib/mlx/tests/CMakeLists.txt Normal file → Executable file
View File

0
lib/mlx/tests/WindowFixture.hpp Normal file → Executable file
View File

0
lib/mlx/tests/tests.cpp Normal file → Executable file
View File

0
lib/mlx/web/README.md Normal file → Executable file
View File

0
lib/mlx/web/coi-serviceworker.js Normal file → Executable file
View File

0
lib/mlx/web/demo.js Normal file → Executable file
View File

0
lib/mlx/web/index.html Normal file → Executable file
View File