Update README with future goals for Python support

Added information about future goals for Python Wheels and examples.
This commit is contained in:
Rich Geldreich
2026-01-24 21:27:57 -05:00
committed by GitHub
parent 3ec16779d9
commit 1bb4811ec2

View File

@@ -1,5 +1,5 @@
Python support is still new and coming online, but is entirely functional.
The library's pure C (WASM friendly) API's are completely exposed to Python.
The library's pure C (WASM friendly) API's are completely exposed to Python. Our next goal is to work on official [Wheels](https://pythonwheels.com/), once the API is settled and more examples are written.
The Python integration first tries to use native .so's in the basisu_py
directory. If they don't exist, it tries the slower and single threaded WASM