Extra utilities and add-ons for Nengo.
This repository contains utilities that occupy a liminal space not quite generic enough for inclusion in Nengo, but useful enough that they should be publicly accessible.
Some of these utilities may eventually migrate to Nengo core, and others may be split off into their own separate repositories. If something that you were using has been moved, please consult the release history below to see where it has been moved.
To install Nengo extras, we recommend using pip
.
pip install nengo-extras
Changed
Added
Camera
process to stream images from a camera to Nengo.
(#61)Initial release of Nengo Extras! Tested with Nengo 2.7.0, but should work with earlier versions. If you run into any issues, please file a bug report.