Changes between Version 11 and Version 12 of whatIsRappture
- Timestamp:
- May 17, 2012 6:35:04 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
whatIsRappture
v11 v12 3 3 The Rappture toolkit provides the basic infrastructure for a large class of scientific applications, letting scientists focus on their core algorithm when developing new simulators. Here's a [http://www.nanohub.org/images/tool/molctoy/molctoy.swf demo] of a Rappture interface for a Matlab script which simulates conduction through a molecule. This interface was generated automatically by Rappture, based on a description of the tool inputs and outputs. 4 4 5 Rappture also makes it easy to put a friendly, interactive interface on existing legacy applications, without having to rewrite the code. For example, the [http://bwrc.eecs.berkeley.edu/Classes/IcBook/SPICE/ SPICE circuit simulator] has been around since 1972. You can now run [http:// www.nanohub.org/resources/227SPICE on the nanoHUB] via a simple Rappture interface. This shows the power of taking a powerful, batch-processing tool, and making it more interactive and accessible.5 Rappture also makes it easy to put a friendly, interactive interface on existing legacy applications, without having to rewrite the code. For example, the [http://bwrc.eecs.berkeley.edu/Classes/IcBook/SPICE/ SPICE circuit simulator] has been around since 1972. You can now run [http://nanohub.org/tools/spice3f4 SPICE on the nanoHUB] via a simple Rappture interface. This shows the power of taking a powerful, batch-processing tool, and making it more interactive and accessible. 6 6 7 7 == Tutorial == 8 8 9 9 The following tutorials teach the basic concepts behind Rappture and take you through several examples in Python, Fortran, and other languages: 10 * [http:// www.nanohub.org/resources/240/ Add Rappture to Your Software Development]11 * [wiki:BootCamp20 08 NCN Software Boot Camp 2008]10 * [http://hubzero.org/resources/381 HUBbub 2011: Creating and Deploying Scientific Tools] (short course with videos) 11 * [wiki:BootCamp2012 NCN Software Boot Camp 2012] (longer course but only slides) 12 12 13 13 == Licensing ==