<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to news</title><link>https://sourceforge.net/p/chainlink/news/</link><description>Recent posts to news</description><atom:link href="https://sourceforge.net/p/chainlink/news/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 01 Jun 2007 10:36:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/chainlink/news/feed.rss" rel="self" type="application/rss+xml"/><item><title>ChainLink 1.0 Released</title><link>https://sourceforge.net/p/chainlink/news/2007/06/chainlink-10-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;ChainLink is a numerical computing environment, similar to Matlab/Octave/Scilab, allowing users to access C++ libraries, classes, and functions as well as Qt4 widgets through a Matlab-compatible scripting language. The software features a user-friendly console, script and source code editors, syntax highlighting, keyword completion, and real-time compilation/linking of plugin libraries. Thanks to the recent QtCentre programming contest deadline, the first major release is now available!&lt;/p&gt;
&lt;p&gt;ChainLink includes functions for 2D/3D plotting, image processing, file I/O, mathematics, statistics, and more. There is also a library for accessing standard Qt widgets such as dialog boxes, tab and splitter widgets, layouts, and dialog box components including sliders, buttons, and text fields, anabling development of graphical user interfaces from scripts. ChainLink is open and transparent in the sense that the (C++) source code for every function (whether built-in or user-defined) is available from within the user interface itself. This code can even be modified during program execution, and the corresponding plugin library is recompiled without the need to restart the user interface.&lt;/p&gt;
&lt;p&gt;For further information, visit: &lt;br /&gt;
&lt;a href="http://chainlink.sourceforge.net"&gt;http://chainlink.sourceforge.net&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;An overview of features is given in &lt;br /&gt;
&lt;a href="http://chainlink.sourceforge.net/featureoverview.html"&gt;http://chainlink.sourceforge.net/featureoverview.html&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;For installation instructions, see&lt;br /&gt;
&lt;a href="http://chainlink.sourceforge.net/installation.html"&gt;http://chainlink.sourceforge.net/installation.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The author is seeking a team of talented co-developers. Contact: &lt;br /&gt;
Jeremy.Magland@gmail.com&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Magland</dc:creator><pubDate>Fri, 01 Jun 2007 10:36:16 -0000</pubDate><guid>https://sourceforge.net38364aacef767e9134b57f6a979b6cc1cb5d6972</guid></item><item><title>New in 0.7.0: IDE for library development</title><link>https://sourceforge.net/p/chainlink/news/2007/03/new-in-070-ide-for-library-development/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The latest improvements to ChainLink include:&lt;/p&gt;
&lt;p&gt;* Built-in IDE for viewing and developing plugin libraries&lt;/p&gt;
&lt;p&gt;* plot3: line plots in 3D using libQGLViewer&lt;/p&gt;
&lt;p&gt;* cleaner code and installation&lt;/p&gt;
&lt;p&gt;* works on Mac! (I think...) feedback please&lt;/p&gt;
&lt;p&gt;* A number of other improvements to the interface...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Magland</dc:creator><pubDate>Fri, 23 Mar 2007 15:45:21 -0000</pubDate><guid>https://sourceforge.netbd10391193deb22d85ed07886d1737cac636ac3d</guid></item><item><title>ChainLink: NEW in version 0.6.1</title><link>https://sourceforge.net/p/chainlink/news/2007/02/chainlink-new-in-version-061/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Some of the key features recently added are: &lt;/p&gt;
&lt;p&gt;v0.6.1&lt;br /&gt;
* Bug fixes in Linux installation&lt;br /&gt;
* Easy interface to QTabWidget and QSplitter objects&lt;br /&gt;
* Improved error reporting (double click -&amp;gt; script errors)&lt;br /&gt;
* Improved syntax highlighting and tab completion&lt;/p&gt;
&lt;p&gt;v0.5.5 &lt;br /&gt;
* Automatic keyword completion &lt;br /&gt;
* Help system... type help from console &lt;br /&gt;
* Improved syntax highlighting &lt;/p&gt;
&lt;p&gt;v0.5.4 &lt;br /&gt;
* Easier installation &lt;br /&gt;
* Self-documentation system&lt;br /&gt;
* Console window built into the user interface showing compilation and runtime errors. Double click on a compilation error to go straight to the source code. &lt;br /&gt;
* Improved syntax highlighting in source and script editors. &lt;br /&gt;
* Seemless export to ImageJ &lt;br /&gt;
* Interface to QwtPlot3D for surface plots &lt;/p&gt;
&lt;p&gt;EMAIL: Jeremy.Magland@gmail.com &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Magland</dc:creator><pubDate>Fri, 23 Feb 2007 22:43:22 -0000</pubDate><guid>https://sourceforge.neta077d9ce99a47c4f44485fad8c0adf209949017a</guid></item><item><title>Introducing ChainLink: Matlab-style GUI for Qt4 developers</title><link>https://sourceforge.net/p/chainlink/news/2007/02/introducing-chainlink-matlab-style-gui-for-qt4-developers/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;ChainLink is a Qt4 integrated environment for scientific data analysis and visualization using Matlab/Octave/Scilab compatible syntax. The goal of the software is to allow users to easily incorporate their own scientific C/C++ code, data structures, and Qt Widgets into a user-friendly console and scripting environment.&lt;/p&gt;
&lt;p&gt;ChainLink is open and transparent in the sense that the source code for every ChainLink function (whether built-in or user-defined) is available from within the user environment itself! That is, in addition to traditional Matlab-style scripting (i.e. m-files), the user has full (and convenient) access to the C++ code for all console functions. This code can be modified during program execution, and the corresponding plugin library can be recompiled without the need to restart the ChainLink user interface. &lt;/p&gt;
&lt;p&gt;For further information, visit:&lt;br /&gt;
&lt;a href="http://chainlink.sourceforge.net"&gt;http://chainlink.sourceforge.net&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Documentation is now available:&lt;br /&gt;
&lt;a href="http://chainlink.sourceforge.net/documentation.html"&gt;http://chainlink.sourceforge.net/documentation.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Download the source (Linux or Windows) from:&lt;br /&gt;
&lt;a href="http://sourceforge.net/projects/chainlink"&gt;http://sourceforge.net/projects/chainlink&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The author is looking for additional developers. Please contact:&lt;br /&gt;
    jmagland@users.sourceforge.net&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Magland</dc:creator><pubDate>Mon, 05 Feb 2007 18:57:25 -0000</pubDate><guid>https://sourceforge.net6b3be6acae26285b44ab21b7d08f158d6b07c288</guid></item></channel></rss>