MLX42
MLX42 copied to clipboard
[FEATURE] Implement Python Bindings
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:
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 ?