Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/retronym/jzy3d-demo
SBT project to run the JZY3D samples
https://github.com/retronym/jzy3d-demo
Last synced: 26 days ago
JSON representation
SBT project to run the JZY3D samples
- Host: GitHub
- URL: https://github.com/retronym/jzy3d-demo
- Owner: retronym
- Created: 2012-01-29T22:51:20.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-01T08:20:55.000Z (almost 13 years ago)
- Last Synced: 2024-04-16T07:05:21.530Z (7 months ago)
- Language: Scala
- Homepage:
- Size: 97.7 KB
- Stars: 13
- Watchers: 4
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An [SBT](http://scala-sbt.org) project to demonstrate the excellent [JZY3D](http://jzy3d.org)
scientific plotting library.Edit `build.sbt` to pick your machine architecture. After this, SBT will download all necessary libraries automatically.
Then you can run the code samples provided by JZY3D, which I've
converted to Scala.Note that you can't run more than one sample from a single SBT session,
as the native code loading mechanism in SBT doesn't allow for this.```
$ sbt run
[info] Loading global plugins from /Users/jason/.sbt/plugins
[info] Loading project definition from /Users/jason/code/scratch/20120129/project
[info] Set current project to jzy-demo (in build file:/Users/jason/code/scratch/20120129/)Multiple main classes detected, select one to run:
[1] org.jzy3d.demos.surface.WireSurfaceDemo
[2] org.jzy3d.demos.surface.MexicanDemo
[3] org.jzy3d.demos.surface.ColorWaveDemo
[4] org.jzy3d.demos.surface.BuildSurfaceDemoEnter number: 2
[info] Running org.jzy3d.demos.surface.MexicanDemo
Rotate : Left click and drag mouse
```