Skip to content

Commit

Permalink
Merge pull request #30 from IvoVellekoop/readme-update-linux
Browse files Browse the repository at this point in the history
Update info on Linux support
  • Loading branch information
IvoVellekoop authored Dec 4, 2024
2 parents 04fc4ff + e8e6a39 commit 6358b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This will also install the optional dependencies for OpenWFS:

If these dependencies cannot be installed on your system, the installation will fail. In this case, you can instead install OpenWFS without dependencies by omitting `[all]` in the installation command, and manually install only the required dependencies, e.g. `pip install openwfs[opengl]`.

At the time of writing, OpenWFS is at version 1.0.0, and it is tested up to Python version 3.11 on Windows 11 and Manjaro and Ubuntu Linux distributions. Note that the latest versions of the package will be available on the PyPI repository, and the latest documentation and the example code can be found on the [Read the Docs](https://openwfs.readthedocs.io/en/latest/) website [[29](#id72)]. The source code can be found on [[30](#id45)].
At the time of writing, OpenWFS is at version 1.0.0, and it is tested up to Python version 3.11 on Windows 11 and Manjaro and Ubuntu Linux distributions. (On Linux, SLM hardware control is currently restricted to x11 sessions.) Note that the latest versions of the package will be available on the PyPI repository, and the latest documentation and the example code can be found on the [Read the Docs](https://openwfs.readthedocs.io/en/latest/) website [[29](#id72)]. The source code can be found on [[30](#id45)].

[Listing 3.1](#hello-wfs) shows an example of how to use OpenWFS to run a simple wavefront shaping experiment. This example illustrates several of the main concepts of OpenWFS. First, the code initializes objects to control a spatial light modulator (SLM) connected to a video port, and a camera that provides feedback to the wavefront shaping algorithm. It then runs a WFS algorithm to focus the light.

Expand Down

0 comments on commit 6358b7f

Please sign in to comment.