Changes between Version 28 and Version 29 of WikiStart


Ignore:
Timestamp:
May 17, 2012 6:29:00 PM (12 years ago)
Author:
mmc
Comment:

updated for bootcamp 2012

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v28 v29  
    11= Rappture Toolkit =
    22
    3 '''Rappture''' is a toolkit supporting '''R'''apid '''app'''lication infrastruc'''ture''', making it quick and easy to develop powerful scientific applications.  At its core, Rappture is a C++ toolkit, but it has additional language bindings that let it be used in C, Fortran, MATLAB, Octave, Perl, Python, and Tcl applications.  It combines numerical building blocks, such as Poisson equation solvers and iterative matrix solvers, along with a powerful infrastructure for handling user interfaces.  Once you describe the input/output for your simulator, Rappture handles the rest, generating a graphical interface automatically based on your description.  The resulting application is easy to deploy on the [http://www.nanohub.org/ nanoHUB], so a large community of users can access it through their web browser.
     3'''Rappture''' is a toolkit supporting '''R'''apid '''app'''lication infrastruc'''ture''', making it quick and easy to develop powerful scientific applications.  Your underlying simulator can be written in C/C++, Fortran, MATLAB/Octave, R, Java, Perl, Python, or Tcl.  Once you describe the input/output for your simulator, Rappture handles the rest, generating a graphical interface automatically based on your description.  The resulting application is easy to deploy on [http://nanohub.org] and other hubs based on the [http://hubzero.org HUBzero platform], so a large community of users can access the application through a web browser.
    44
    55More information:
     
    1717
    1818Rappture Team:
    19  * [http://nanohub.org/members/contributors/3013 Michael McLennan] (creator)
    20  * George Howlett
    21  * Derrick Kearney (language bindings)
    22  * [http://nanohub.org/members/contributors/9908 Wei Qiao], Insoo Woo, and [http://nanohub.org/members/contributors/n121 David Ebert] (nanoVIS visualization server)
    23  * R. Kent Smith (meshing and numerical methods)
     19 * [http://nanohub.org/members/3013 Michael McLennan] (creator)
     20 * [http://nanohub.org/members/23265 George Howlett]
     21 * [http://nanohub.org/members/7997 Derrick Kearney] (language bindings)
    2422
    25 Rappture Developers:  Use the [[link(/newticket Ticket System)]] to report problems and track resolutions.  See links in upper-right corner.
     23Special thanks to:
     24 * Ben Haley - molecule trajectories
     25 * Ben Rafferty - regression tester
     26 * [http://nanohub.org/members/contributors/9908 Wei Qiao], Insoo Woo, and [http://nanohub.org/members/contributors/n121 David Ebert] - nanoVIS visualization server
     27 * R. Kent Smith - pointers on meshing and numerical methods