Giter Club home page Giter Club logo

spline's Introduction

A utility for generating basis surfaces

1. Building the app

This app is built using SBT, the scala simple build tool http://code.google.com/p/simple-build-tool/. It is included in this project.

To build, simply cd to the Spline directory, then 

    $ java -jar sbt-launch-0.7.4.jar

This will give you a command line prompt, simply enter 

    > test

This will compile the code and its test classes and run the tests.

2. Installing the xlloop addin

To run the Excel example, excel needs an add-in called xlloop, which allows external functions
to be called in several languages. This has already been added to Excel in the virtual machine
you gave me access to. If you need to run the example on another machine simply install the add-in

    Spline/xlloop/bin/xlloop-0.3.1.xll

From Excel it's simply Big Button on the Top Left -> Excel Options -> Add Ins (Sorry if that's teaching you to suck eggs)


3. Launching the server

In order for Excel to call the code a server needs to be launched. From the command line (in windows)

    $ java -cp lib\*;target\scala_2.8.0\classes kalahari.ExcelBridge

or from Cygwin

    $ java -cp `cygpath lib/*:target/scala_2.8.0/classes` kalahari.ExcelBridge


4. Running the spreadsheet - 

Simply open the spreadsheet InterpolationExamples.xlsx - play with the numbers in yellow and hit F9

And that's it


spline's People

Contributors

cage433 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.