FlowDesigner 0.9.1
From FDWiki
Revision as of 19:05, 12 October 2007; view current revision
←Older revision | Newer revision→
←Older revision | Newer revision→
Contents |
Downloads
Downloads are available on the FD SourceForge download page.
What's New
- FD is now using SVN instead of CVS for development.
- FD namespace to avoid name clashes with other toolboxes.
- Octave support. We can now execute Octave scripts inside the OctaveParser Node.
- GNOME GUI updated. This GUI will be replaced by a Qt GUI in the next release.
- Qt GUI now working. The GUI is not fully operational, but it can be viewed as a "proof of concept". Using Qt will enable easy WIN32 and OSX ports.
- CMake build system now operational. Autoconf scripts are still in use for the Linux build system. Everything should be based on CMake for the next release.
- OpenCV blocks are to be integrated in a separate package. OpenCV nodes have been tested under Windows & Linux.
WIN32 Support
- More information are available to build FlowDesigner for Windows.
OSX Support
- More information are available to build FlowDesigner for OS X.
C++ Plugin Template
Plugin template available here .
Help Wanted!
We need help for :
- Continuing the Qt GUI. The design should be based on the MVC pattern.
- Writing examples and documentation.
- Packaging and binary distributions.
- Implementing a test suite.
- Continuing and testing the Octave plugin.
- Continuing and testing the OpenCV plugin.
- Maintaining the FD wiki site.
- Making the Cygwin build work.
Please contact/join the flowdesigner-devel@lists.sourceforge.net mailing list if you are interested to participate.
TODO for 0.9.2
- Operators - simpify code, lower compilation time, avoid N^2 implementations of operators
- Move all nodes to bufferedNode ?
- Remove Collector ?
- Improve XML-NodeInfo match
- New probes, first implementation (observer-observable ?).
- Online documentation.

