1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Scientific Use
--------------
Though not directly related to ruby-opengl, this page contains a
few tidbits of general info that might possibly be of interest to
a number of users.
There are currently two bindings to the [GNU Scientific Library][1] (GSL):
* Yoshiki's Ruby/GSL (<http://rb-gsl.rubyforge.org/>) --
Comes with an API reference. Also, I've been told that the API has been
worked a bit to be more comfortable for Ruby programmers.
* Arno's ruby-gsl (<http://ruby-gsl.sourceforge.net/>) --
more of a straight wrapper around the C API.
[1]: http://www.gnu.org/software/gsl/
<a href="http://rubyforge.org/softwaremap/trove_list.php?form_cat=97">Browse Rubyforge</a>
for more.
Links
-----
* <http://sciruby.codeforpeople.com/sr.cgi/FrontPage> -- SciRuby wiki.
* <http://narray.rubyforge.org/> -- Numerical n-dimensional Array class.
* <http://www.kitp.ucsb.edu/~paxton/tioga.html> -- Tioga. Create plots using
Ruby and TeX.
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
|