GithubHelp home page GithubHelp logo

glanceq's Introduction

Glance

Introduction

Glance is an open-source, javascript visualization application created by Kitware, based on Visualization Toolkit (VTK), and intended to serve as a light-weight companion to Paraview. It is part of the ParaView Web suite of tools.

Learning Resources

Live Demonstrations

As a javascript application, Glance can be run by pointing any browser at an appropriate URL or loading an HTML file.

Click on this link to run the live version of Glance.

Building

The prerequisites are git and node.js + npm.

If you wish to view, enhance, or adapt this application in any way, you can access and run the freely available source code from any platform using the following commands:

$ git clone https://github.com/Kitware/glance.git
$ cd glance/
$ npm install
$ npm run build
$ npm run dev

This will run a development build and you can visit the application at http://localhost:9999.

Deploying to Production

To generate a production build, use the following commands:

$ npm run build:release

This will output the final bundle and assets to dist/. You can then recursively copy all of those files into the web location of your choice. As there is no server-side code involved, all you need is some web hosting!

If you make changes to any of the ITK filtering code under itk/, you should run the following command from the root folder. For more information, check out itk.js.

$ npx itk-js build itk/

Reporting Bugs and Making Contributions

If you have found a bug or have a suggestion for improving Glance:

  1. If you have source code to contribute, please fork the github repository into your own github account, create a branch with your changes, and then create a merge request with the main repo.

  2. If you have a bug to report or a feature to request, please open an entry in the Glance Issue Tracker.

License

Glance is distributed under the OSI-approved BSD 3-clause License. See COPYRIGHT and LICENSE for details. For additional licenses, refer to ParaView Licenses.

glanceq's People

Contributors

linhuanfengq avatar

Watchers

 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.