MLX42 icon indicating copy to clipboard operation
MLX42 copied to clipboard

[FEATURE] Implement Python Bindings

Open W2Wizard opened this issue 2 months ago • 1 comments

Due to 42 adding Python projects into the Core Curriculum. I decided to also implement python bindings so you can still choose to work with MLX42. 42 has decided to instead spend time and effort making (yet another) minilibx but with python bindings.

There is an example.py file located at ffi/python that shows how to implement it. The implementation already works: python


TODO

However somethings need to be still tested:

  • [ ] I think it would be both funny and stupid to allow WASM support (C + Python + JS :joy:)
  • [ ] Implement some basic tests
  • [ ] Windows support (tho it should just work)
  • [ ] Figure out the lowest supported python version
  • [ ] Other things ?

W2Wizard avatar Nov 16 '25 12:11 W2Wizard