FURY 2.0.0a1 Released#

The FURY project is happy to announce the release of FURY 2.0.0a1! FURY is a free and open source software library for scientific visualization and 3D animations.

You can show your support by adding a star on FURY github project.

This Release is mainly a maintenance release. The major highlights of this release are:

  • Pre-release of the v2.0.0 version of the library.

  • Switched to pygfx for rendering instead of vtk.

  • Added support for various new actors including VectorField, Slicer, Triangle, Disk, Ellipsoid, Line, Axes, and more.

  • Introduced new primitives and utilities for actor creation.

  • Improved shader and material handling.

  • Enhanced documentation and test coverage.

  • Fixed various bugs and improved compatibility with existing code.

Note

The complete release notes are available here

To upgrade or install FURY

Run the following command in your terminal:

pip install --upgrade fury

or:

conda install -c conda-forge fury

Questions or suggestions?

For any questions go to http://fury.gl, or send an e-mail to fury@python.org We can also join our discord community

We would like to thanks to all contributors for this release:

  • Maharshi Gor

  • Manish Reddy Rakasi

  • Mohamed Agour

  • Serge Koudoro

On behalf of the FURY developers,

Serge K.