Skip to content

pducks32/intergrala

Repository files navigation

Intergrala

A little bit of Ruby and Python to render 3d models of a given function and calculate the volume of a solid that that function would create. We could never get it working off of anything but a local rack server or with shell method (as opposed to disk method) - if you'd like to check it out, clone the repo, and install python/ruby/rack.

Installation

Add this line to your application's Gemfile:

gem 'intergrala'

And then execute:

$ bundle

Or install it yourself as:

$ gem install intergrala

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/[my-github-username]/intergrala/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request