https://github.com/enthought/blockcanvas
https://github.com/enthought/blockcanvas
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/enthought/blockcanvas
- Owner: enthought
- License: other
- Created: 2011-01-28T03:04:39.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2020-12-07T12:53:46.000Z (over 5 years ago)
- Last Synced: 2025-03-25T06:51:11.407Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.72 MB
- Stars: 16
- Watchers: 59
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
This package is no longer maintained, and no current projects should rely on it.
If you encounter projects that still depend on enthought/blockcanvas, please open
issues against those projects.
----
===================================================================
blockcanvas: visual environment for creating simulation experiments
===================================================================
http://docs.enthought.com/blockcanvas
The blockcanvas project provides a visual environment for creating simulation
experiments, where function and data are separated. Thus, you can define your
simulation algorithm by visually connecting function blocks into a data flow
network, and then run it with various data sets (known as "contexts");
likewise, you can use the same context in a different functional simulation.
The project provides support for plotting, function searching and inspection,
and optimization. It includes a stand-alone application that demonstrates the
block-canvas environment, but the same functionality can be incorporated into
other applications.
The blockcanvas project relies on included libraries that allow multiple data
sets using Numeric arrays to be incorporated in a Traits-based model in a
way that is simple, fast, efficient, and consistent.