Skip to content

v0.10.5: First Python Release

v0.10.5 is the first FragmentColor release published to PyPI:

Terminal window
pip install fragmentcolor rendercanvas glfw

It is also the first release with an automated publishing process. Each of the patches in-between focused on a specific area:

  • v0.10.0-2: Library full rewrite, Shader object, first public release with the FragmentColor name.
  • v0.10.3: Moved the crate to Rust’s 2024 edition.
  • v0.10.4: Corrected a wheel import and completed the Pass / Frame API.
  • v0.10.5: Added the automated system that builds and publishes wheels for every desktop OS.

Release notes: GitHub v0.10.5.

I plan to publish it on npm on v0.10.6.

— Rafael